Skip to content

Commit 30ac716

Browse files
committed
Update
1 parent b1297c9 commit 30ac716

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/codspeed.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
34-
- name: Stable Rust Override
35-
run: cp .github/rust-toolchain.toml .
36-
- name: Install Rust
37-
run: |
38-
rustup target add wasm32-unknown-unknown
3934
- name: Install TSC
4035
run: npm install -g typescript
4136
- name: Update Node.js
@@ -48,6 +43,12 @@ jobs:
4843
client
4944
host
5045
common/wcodspeed
46+
- name: Stable Rust Override
47+
run: cp .github/rust-toolchain.toml .
48+
- name: Install Rust
49+
run: |
50+
rustup self update
51+
rustup target add wasm32-unknown-unknown
5152
- name: Run client benchmarks
5253
working-directory: client
5354
run: cargo bench --workspace

0 commit comments

Comments
 (0)