Skip to content

Commit ea999ba

Browse files
committed
update CI deps
1 parent caa86d5 commit ea999ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.cli.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
platform:
1616
- os: ubuntu-latest
17-
img: debian:buster-slim
17+
img: debian:bullseye-slim
1818
tag: linux
1919
- os: macos-latest
2020
tag: mac
@@ -35,6 +35,9 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- uses: pkgxdev/setup@v2
3737

38+
# otherwise, we're getting some weird race conditions on CI
39+
- run: pkgx --sync
40+
3841
- run: bin/bk build ${{matrix.pkg}}
3942
- run: bin/bk test ${{matrix.pkg}}
4043
- run: bin/bk audit ${{matrix.pkg}}
@@ -53,14 +56,13 @@ jobs:
5356
# check build can run twice, see https://github.com/pkgxdev/brewkit/issues/303
5457
- run: bin/bk build
5558

56-
5759
unit-tests:
5860
runs-on: ubuntu-latest
5961
env:
6062
PKGX_PANTRY_PATH: null
6163
steps:
6264
- uses: actions/checkout@v4
63-
- uses: pkgxdev/dev@v0
65+
- uses: pkgxdev/dev@v1
6466
- run: deno test --allow-env --allow-net --ignore=.data
6567
working-directory: lib
6668

@@ -69,7 +71,7 @@ jobs:
6971
steps:
7072
- uses: actions/checkout@v4
7173
- uses: pkgxdev/setup@v2
72-
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
74+
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
7375
- name: build
7476
run: |
7577
set +e

0 commit comments

Comments
 (0)