Skip to content

Commit

Permalink
fix(ci): fix building toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Feb 3, 2025
1 parent 2c5f0f9 commit ea6e7b8
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
with:
lfs: 'true'

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"

- run: corepack enable

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -97,12 +96,11 @@ jobs:
with:
lfs: 'true'

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"

- run: corepack enable

- name: Install dependencies (TEMP)
run: yarn install && yarn build --filter @rivet-gg/hub
Expand Down Expand Up @@ -231,15 +229,11 @@ jobs:
with:
lfs: 'true'

- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"

- name: Install dependencies (TEMP)
run: yarn install && yarn build --filter @rivet-gg/hub
- run: corepack enable

- name: Set outputs
id: vars
Expand Down

0 comments on commit ea6e7b8

Please sign in to comment.