mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-04-08 17:42:12 +08:00
Set CARGO_INCREMENTAL=0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user