Skip to content

Commit 7bb4ac2

Browse files
committed
test action on ubuntu too
1 parent f72c2bd commit 7bb4ac2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
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:

0 commit comments

Comments
 (0)