Skip to content

Commit

Permalink
Enable corepack earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink committed Jun 26, 2024
1 parent dbd0072 commit 5b53f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
default: true
- name: "Install: Trunk"
run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.20.2/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: "Enable corepack"
run: corepack enable
- name: "Cache: Yarn"
uses: actions/setup-node@v2
with:
Expand All @@ -30,8 +32,6 @@ 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 5b53f07

Please sign in to comment.