Skip to content

Commit

Permalink
ci: install deno manually
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed May 6, 2022
1 parent 693081f commit 992db7c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
with:
node-version: 16

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
# - uses: denoland/setup-deno@v1
# with:
# deno-version: v1.x
- run: curl -fsSL https://deno.land/x/install/install.sh | sh

- run: echo "$HOME/.deno/bin" > $GITHUB_PATH

- name: Build
run: deno run -A ./cmd/build.ts $VERSION
Expand Down

0 comments on commit 992db7c

Please sign in to comment.