Merge pull request #27 from dtolnay/incremental

Set CARGO_INCREMENTAL=0
This commit is contained in:
David Tolnay 2022-07-20 13:29:04 -07:00 committed by GitHub
commit 6d6cd0e5f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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