mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Set CARGO_INCREMENTAL=0
This commit is contained in:
parent
6af6d2b8ea
commit
df47cd7856
1 changed files with 5 additions and 0 deletions
|
@ -59,5 +59,10 @@ runs:
|
|||
echo "::set-output name=cachekey::$(echo $DATE$HASH | head -c12)"
|
||||
shell: bash
|
||||
|
||||
- run: |
|
||||
: disable incremental compilation
|
||||
echo CARGO_INCREMENTAL=0 >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- run: rustc +${{inputs.toolchain}} --version --verbose
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue