Skip to content

Commit 68fae4e

Browse files
committed
Disable incremental builds at CI
1 parent b61d688 commit 68fae4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ defaults:
99
run:
1010
shell: bash
1111

12+
env:
13+
CARGO_INCREMENTAL: "0"
14+
1215
jobs:
1316

1417
cancel-previous:

0 commit comments

Comments
 (0)