Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed May 1, 2024
1 parent a35b850 commit e1b33e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Deno Version
uses: denolib/setup-deno@v2
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- run: deno task build ${GITHUB_REF#refs/*/}
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e1b33e2

Please sign in to comment.