From e5cbc9e8205806859e3c62b1717647cede5294f2 Mon Sep 17 00:00:00 2001 From: Bukowa Date: Sun, 30 Jun 2024 03:41:39 +0200 Subject: [PATCH] Revert "ci(github-action): add `mozilla-actions/sccache-action`" This reverts commit dd9f5ceb77ab0f55951160fda1de5d736b819fc1. --- .github/workflows/main.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c3fa2e9..f42b037 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,9 +14,6 @@ env: TRACE: 1 # justfile set -x TESTS_LOG_LEVEL: debug # tests-e2e-js NODE_TEST_TIMEOUT: 90000 # xvfb is slow to start - # https://github.com/Mozilla-Actions/sccache-action?tab=readme-ov-file#rust-code - SCCACHE_GHA_ENABLED: "true" - RUSTC_WRAPPER: "sccache" jobs: @@ -40,9 +37,6 @@ jobs: .build/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 - - name: Setup Just uses: extractions/setup-just@6e1de3cc407de738551abd6c0923bd5ed5608042 with: