Skip to content

Commit

Permalink
Add enable corepack step to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink committed Jun 26, 2024
1 parent 43451bc commit dbd0072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-${{ steps.toolchain.outputs.rustc_hash }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: "Enable corepack"
run: corepack enable
- name: "Yarn: install"
run: yarn install
- name: "Trunk: build"
Expand Down

0 comments on commit dbd0072

Please sign in to comment.