From c38335a285cffc587058ad473d0b724a7ca764ff Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Wed, 6 Mar 2024 19:58:57 +0100 Subject: [PATCH] [Misc]: Push test 15 --- .github/workflows/linux-ci-rust.yml | 4 ---- 1 file changed, 4 deletions(-) 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