Skip to content

Commit

Permalink
WHOOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Sep 18, 2024
1 parent 37a4d19 commit 6aabe0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
toolchain: nightly
target: wasm32-unknown-unknown

- name: Make anura
run: make

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
Expand All @@ -49,6 +46,9 @@ jobs:
node-version: 18
cache: "pnpm"

- name: Make anura
run: make

- name: Install dependencies
run: pnpm install --no-frozen-lockfile

Expand Down

0 comments on commit 6aabe0f

Please sign in to comment.