File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ jobs:
108
108
uses : actions/checkout@v4
109
109
110
110
- name : Install Rust toolchain
111
- uses : dtolnay/rust-toolchain@master
111
+ uses : dtolnay/rust-toolchain@stable
112
112
with :
113
- toolchain : 1.80.1
113
+ toolchain : stable
114
114
targets : ${{ matrix.target }}
115
115
116
116
- name : Install Linux dependencies
@@ -299,9 +299,9 @@ jobs:
299
299
uses : actions/checkout@v4
300
300
301
301
- name : Install Rust toolchain
302
- uses : dtolnay/rust-toolchain@master
302
+ uses : dtolnay/rust-toolchain@stable
303
303
with :
304
- toolchain : 1.80.1
304
+ toolchain : stable
305
305
306
306
- name : Generate report
307
307
run : ./stub-report/generate-report.sh
@@ -332,9 +332,9 @@ jobs:
332
332
uses : actions/checkout@v4
333
333
334
334
- name : Install Rust toolchain
335
- uses : dtolnay/rust-toolchain@master
335
+ uses : dtolnay/rust-toolchain@stable
336
336
with :
337
- toolchain : 1.80.1
337
+ toolchain : stable
338
338
targets : wasm32-unknown-unknown
339
339
340
340
- name : Setup Node.js
You can’t perform that action at this time.
0 commit comments