diff options
-rw-r--r-- | .github/workflows/android.yml | 2 | ||||
-rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
-rw-r--r-- | .github/workflows/mac.yml | 2 | ||||
-rw-r--r-- | .github/workflows/ohos.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2cfaf5745c6..d8436802a28 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,7 +28,7 @@ env: RUSTC_WRAPPER: "sccache" CCACHE: "sccache" # Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md) - SCCACHE_GHA_VERSION: 2 + SCCACHE_GHA_VERSION: 3 CARGO_INCREMENTAL: 0 jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 59a5d8fe615..ae3b10b7d75 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ env: SHELL: /bin/bash SCCACHE_GHA_ENABLED: "true" # Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md) - SCCACHE_GHA_VERSION: 2 + SCCACHE_GHA_VERSION: 3 RUSTC_WRAPPER: "sccache" CCACHE: "sccache" CARGO_INCREMENTAL: 0 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b1bfe234514..1b458c7f280 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -76,7 +76,7 @@ env: RUST_BACKTRACE: 1 SHELL: /bin/bash # Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md) - SCCACHE_GHA_VERSION: 2 + SCCACHE_GHA_VERSION: 3 jobs: # Runs the underlying job (“workload”) on a self-hosted runner if available, diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 05882721657..25f19276cd7 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -53,7 +53,7 @@ env: RUST_BACKTRACE: 1 SHELL: /bin/bash # Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md) - SCCACHE_GHA_VERSION: 2 + SCCACHE_GHA_VERSION: 3 SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" CCACHE: "sccache" diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index 0a64c5d8f64..3b992ad12b6 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -26,7 +26,7 @@ env: RUST_BACKTRACE: 1 SHELL: /bin/bash # Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md) - SCCACHE_GHA_VERSION: 2 + SCCACHE_GHA_VERSION: 3 SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" CCACHE: "sccache" |