Skip to content

Commit dbd0072

Browse files
committed
Add enable corepack step to workflow.
1 parent 43451bc commit dbd0072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/web_app.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
~/.cargo/git/db/
3131
target/
3232
key: ${{ runner.os }}-${{ steps.toolchain.outputs.rustc_hash }}-cargo-${{ hashFiles('**/Cargo.lock') }}
33+
- name: "Enable corepack"
34+
run: corepack enable
3335
- name: "Yarn: install"
3436
run: yarn install
3537
- name: "Trunk: build"

0 commit comments

Comments
 (0)