Skip to content

Commit

Permalink
Try to fix CI; use my own image too
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 13, 2023
1 parent 979e4ff commit 39053be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ci:
runs-on: ubuntu-latest
container:
image: ghcr.io/tillitis/tkey-builder:2
image: ghcr.io/quite/tkey-apps-builder:1
steps:
- uses: actions/setup-go@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Build tkey-libs
run: |
cd tkey-libs
make
make -j
- name: make
run: make LIBDIR=./tkey-libs
Expand Down

0 comments on commit 39053be

Please sign in to comment.