File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2121 - shell : bash
2222 run : |
2323 # overwriting default rust-toolchain
24- echo ${{ inputs.rust_toolchain_version }} > rust-toolchain
24+ cat > rust-toolchain.toml << EOF
25+ [toolchain]
26+ channel = "${{ inputs.rust_toolchain_version }}"
27+ EOF
2528 - uses : dtolnay/rust-toolchain@master
2629 id : toolchain
2730 with :
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Check that up-to-date specification is checked in
134134 run : |
135- git diff --exit-code ":(exclude)rust-toolchain"
135+ git diff --exit-code ":(exclude)rust-toolchain.toml "
136136
137137 - name : Doc tests
138138 run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.81"
You can’t perform that action at this time.
0 commit comments