Skip to content

Commit c522560

Browse files
committed
Try to use deno’s setup rather than our own
* Refs https://github.com/pkgxdev/pkgx/actions/runs/10740478635/job/29788773039#step:6:35 * Our linux aarch64 runner has no unzip, sigh
1 parent cb99970 commit c522560

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,16 @@ jobs:
7777
name: srcs
7878

7979
- uses: pkgxdev/setup@v2
80+
with:
81+
+: unzip xz
8082

8183
- run: pkgx +xz tar xJf pkgx-${{ github.event.inputs.version }}.tar.xz --strip-components=1
8284

83-
- uses: pkgxdev/dev@v0
85+
# we would prefer this, but our pkging is not stable enough :/
86+
# - uses: pkgxdev/dev@v0
87+
- uses: denoland/setup-deno@v1
88+
with:
89+
deno-version: ~1.45
8490

8591
- run: deno task compile
8692

0 commit comments

Comments
 (0)