We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 272b0bb + 7bb4ac2 commit 773b7faCopy full SHA for 773b7fa
.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:
action.yml
@@ -9,7 +9,7 @@ inputs:
9
runs:
10
using: composite
- - uses: pkgxdev/setup@v2
+ - uses: pkgxdev/setup@v3
- run: |
TMP="$(mktemp)"
0 commit comments