File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments