Skip to content

Commit

Permalink
Try to use deno’s setup rather than our own
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 7, 2024
1 parent cb99970 commit c522560
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,16 @@ jobs:
name: srcs

- uses: pkgxdev/setup@v2
with:
+: unzip xz

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

- uses: pkgxdev/dev@v0
# we would prefer this, but our pkging is not stable enough :/
# - uses: pkgxdev/dev@v0
- uses: denoland/setup-deno@v1
with:
deno-version: ~1.45

- run: deno task compile

Expand Down

0 comments on commit c522560

Please sign in to comment.