Skip to content

Commit a2a31f2

Browse files
committed
update CI deps
1 parent caa86d5 commit a2a31f2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.cli.yml

Lines changed: 3 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
@@ -53,14 +53,13 @@ jobs:
5353
# check build can run twice, see https://github.com/pkgxdev/brewkit/issues/303
5454
- run: bin/bk build
5555

56-
5756
unit-tests:
5857
runs-on: ubuntu-latest
5958
env:
6059
PKGX_PANTRY_PATH: null
6160
steps:
6261
- uses: actions/checkout@v4
63-
- uses: pkgxdev/dev@v0
62+
- uses: pkgxdev/dev@v1
6463
- run: deno test --allow-env --allow-net --ignore=.data
6564
working-directory: lib
6665

@@ -69,7 +68,7 @@ jobs:
6968
steps:
7069
- uses: actions/checkout@v4
7170
- uses: pkgxdev/setup@v2
72-
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
71+
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
7372
- name: build
7473
run: |
7574
set +e

0 commit comments

Comments
 (0)