disable incremental builds in CI (just to be safe)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a9d232f064
commit
12d2680862
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,7 @@ env:
|
|||
# Required to make some things output color
|
||||
TERM: ansi
|
||||
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
Loading…
Add table
Reference in a new issue