Skip to content

Commit 0a55737

Browse files
author
Mikhail Zabaluev
committed
Disable incremental compilation in GitHub CI
1 parent 6584eb8 commit 0a55737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
toolchain: nightly
7676
runs-on: ${{ matrix.os }}
7777
timeout-minutes: 30
78+
env:
79+
CARGO_INCREMENTAL: 0
7880
steps:
7981

8082
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)