Skip to content

Commit 87dfe9f

Browse files
update gh action
1 parent c4c463a commit 87dfe9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: dtolnay/rust-toolchain@nightly
2222
with:
23-
toolchain: nightly-2024-09-01
23+
toolchain: nightly-2025-06-06
2424
targets: "wasm32-unknown-unknown"
2525
- uses: superfly/flyctl-actions/setup-flyctl@master
2626
- uses: Swatinem/rust-cache@v2
@@ -33,7 +33,7 @@ jobs:
3333
# default: empty
3434
# shared-key: ""
3535
- name: "Install cargo-leptos"
36-
run: curl --proto '=https' --tlsv1.2 -LsSf https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.26/cargo-leptos-installer.sh | sh
36+
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/leptos-rs/cargo-leptos/releases/download/v0.2.35/cargo-leptos-installer.sh | sh
3737
- name: "install wasm-bindgen"
3838
run: cargo install -f wasm-bindgen-cli --version 0.2.100
3939
- run: cargo leptos test --project www

0 commit comments

Comments
 (0)