Skip to content

Commit 773b7fa

Browse files
authored
Merge pull request #29 from pkgxdev/pkgx/setup@v3
Pkgx/setup@v3
2 parents 272b0bb + 7bb4ac2 commit 773b7fa

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ jobs:
1111
matrix:
1212
container:
1313
- null
14-
# - ubuntu FIXME pkgx node fails to load with missing libcrypto.1.1.dylib
14+
- ubuntu:latest
1515
container: ${{ matrix.container }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
path: clone
20-
- run: echo '{}' > deno.json
2118
- run: "! deno"
22-
- uses: ./clone
23-
- run: echo $PATH
24-
- run: env
19+
- uses: ./
2520
- run: deno --version
2621

2722
lint:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- uses: pkgxdev/setup@v2
12+
- uses: pkgxdev/setup@v3
1313

1414
- run: |
1515
TMP="$(mktemp)"

0 commit comments

Comments
 (0)