Explorar o código

ci: disable incremental compilation (#140)

Takayuki Maeda %!s(int64=3) %!d(string=hai) anos
pai
achega
f9ee8ec2f9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/rust.yml

+ 1 - 0
.github/workflows/rust.yml

@@ -14,6 +14,7 @@ concurrency:
 
 env:
   CARGO_TERM_COLOR: always
+  CARGO_INCREMENTAL: 0
 
 jobs:
   lints: