We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72c2bd commit 7bb4ac2Copy full SHA for 7bb4ac2
1 file changed
.github/workflows/ci.yml
@@ -11,17 +11,12 @@ jobs:
11
matrix:
12
container:
13
- null
14
- # - ubuntu FIXME pkgx node fails to load with missing libcrypto.1.1.dylib
+ - ubuntu:latest
15
container: ${{ matrix.container }}
16
steps:
17
- uses: actions/checkout@v4
18
- with:
19
- path: clone
20
- - run: echo '{}' > deno.json
21
- run: "! deno"
22
- - uses: ./clone
23
- - run: echo $PATH
24
- - run: env
+ - uses: ./
25
- run: deno --version
26
27
lint:
0 commit comments