Skip to content

Commit 9ddd365

Browse files
committed
Update github runner
1 parent 714357e commit 9ddd365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: nightly-2023-04-25
22+
toolchain: nightly-2024-04-20
2323
override: true
2424
components: rust-src, rustfmt, clippy
2525
- name: Install target
2626
run: rustup target add wasm32-unknown-unknown
2727
- uses: jetli/trunk-action@v0.1.0
2828
with:
29-
version: 'v0.15.0'
29+
version: 'v0.17.5'
3030
- name: Build Client
3131
working-directory: ./client
3232
run: trunk build --release

0 commit comments

Comments
 (0)