build: disable incremental compilation for sccache compat

This commit is contained in:
Michael H.
2026-07-23 21:42:44 +02:00
parent b4d681e713
commit 054f1b42fd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
SQLX_OFFLINE: true
jobs: