Skip to content

Commit

Permalink
needed here too
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Apr 3, 2024
1 parent 8af9fe5 commit 6055cba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions download-build-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ runs:
fi
shell: bash
- uses: denoland/setup-deno@v1
if: runner.os == 'macos'

- run: |
pkgx install deno
echo "${HOME}/.local/bin" >> $GITHUB_PATH
shell: bash
if: runner.os == 'linux'
- name: fetch deno deps
shell: bash
run: |
Expand Down

0 comments on commit 6055cba

Please sign in to comment.