Skip to content

Commit 222e535

Browse files
committed
ci: use dtolnay action
1 parent f24b9e6 commit 222e535

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pages.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
uses: actions/checkout@v3
2727
with:
2828
submodules: "recursive"
29-
- uses: actions-rs/toolchain@v1
29+
- uses: dtolnay/rust-toolchain@stable
3030
with:
31-
profile: minimal
3231
toolchain: nightly-2024-02-12
3332
target: wasm32-unknown-unknown
34-
override: true
3533

3634
- uses: Swatinem/rust-cache@v2
3735
- uses: davidB/rust-cargo-make@v1

0 commit comments

Comments
 (0)