Skip to content

Commit

Permalink
Add Deno installation step to GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Mar 21, 2024
1 parent 8abdc81 commit fceadc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ jobs:
~/.cargo/git/db/
key: ${{ runner.os }}-cargo
restore-keys: ${{ runner.os }}-cargo

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.32.4

- run: rustup target add wasm32-unknown-unknown
- run: pnpm install
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.x'

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.32.4

- name: Cache cargo
id: cache-cargo
Expand Down

0 comments on commit fceadc4

Please sign in to comment.