Skip to content

Commit a78db95

Browse files
author
Mikhail Zabaluev
authored
Merge pull request #397 from input-output-hk/no-incremental-builds-in-ci
Disable incremental compilation in GitHub CI
2 parents d050fcf + 0a55737 commit a78db95

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)