Skip to content

Commit 1d0f307

Browse files
OttoAllmendingeraider
andcommitted
ci: Install Rust once before Node.js matrix setup
Ticket: BTC-1845 Co-authored-by: aider <[email protected]>
1 parent 233220b commit 1d0f307

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
with:
2626
ref: ${{ github.event.pull_request.head.sha }}
2727

28-
- name: Setup node ${{ matrix.node-version }}
29-
uses: actions/setup-node@v3
30-
with:
31-
node-version: ${{ matrix.node-version }}
32-
3328
- name: Install Rust
3429
uses: dtolnay/rust-toolchain@v1
3530
with:
3631
toolchain: nightly
3732

33+
- name: Setup node ${{ matrix.node-version }}
34+
uses: actions/setup-node@v3
35+
with:
36+
node-version: ${{ matrix.node-version }}
37+
3838
- name: Install wasm-pack
3939
run: |
4040
rustup component add rustfmt

0 commit comments

Comments
 (0)