File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments