diff --git a/.github/workflows/linux-ci-rust.yml b/.github/workflows/linux-ci-rust.yml index 3013eec37e6..49165738dfe 100644 --- a/.github/workflows/linux-ci-rust.yml +++ b/.github/workflows/linux-ci-rust.yml @@ -6,10 +6,6 @@ on: pull_request: branches: [ dev, master ] -env: - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true