Set CARGO_INCREMENTAL=0

This commit is contained in:
David Tolnay
2022-07-20 13:25:21 -07:00
parent 6af6d2b8ea
commit df47cd7856

View File

@@ -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