Skip to content

Commit

Permalink
Revert "ci(github-action): add mozilla-actions/sccache-action"
Browse files Browse the repository at this point in the history
This reverts commit dd9f5ce.
  • Loading branch information
bukowa committed Jun 30, 2024
1 parent 192b029 commit e5cbc9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -40,9 +37,6 @@ jobs:
.build/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run sccache-cache
uses: mozilla-actions/[email protected]

- name: Setup Just
uses: extractions/setup-just@6e1de3cc407de738551abd6c0923bd5ed5608042
with:
Expand Down

0 comments on commit e5cbc9e

Please sign in to comment.