We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43451bc commit dbd0072Copy full SHA for dbd0072
.github/workflows/web_app.yml
@@ -30,6 +30,8 @@ jobs:
30
~/.cargo/git/db/
31
target/
32
key: ${{ runner.os }}-${{ steps.toolchain.outputs.rustc_hash }}-cargo-${{ hashFiles('**/Cargo.lock') }}
33
+ - name: "Enable corepack"
34
+ run: corepack enable
35
- name: "Yarn: install"
36
run: yarn install
37
- name: "Trunk: build"
0 commit comments