Skip to content

Commit e1c1a54

Browse files
committed
updated actions-rs/toolchain@v1 -> dtolnay/rust-toolchain@master
1 parent 3210f94 commit e1c1a54

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@ on:
77
tags:
88
- v*
99

10+
env:
11+
RUST_VERSION: 1.86.0
12+
1013
jobs:
1114
deploy:
1215
runs-on: buildjet-4vcpu-ubuntu-2204
1316
steps:
1417
- uses: actions/checkout@v3
1518

1619
- uses: Swatinem/rust-cache@v1
17-
- uses: actions-rs/toolchain@v1
20+
21+
- name: Install toolchain
22+
uses: dtolnay/rust-toolchain@master
1823
with:
19-
profile: minimal
20-
toolchain: stable
24+
toolchain: ${{ env.RUST_VERSION }}
25+
targets: wasm32-unknown-unknown
26+
2127
- name: Install Forc
2228
uses: actions-rs/cargo@v1
2329
with:

0 commit comments

Comments
 (0)