Skip to content

Commit

Permalink
disable sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Dec 30, 2023
1 parent fce8ba4 commit 4c3ee1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ jobs:
env:
RUST_BACKTRACE: "1"
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
#RUSTC_WRAPPER: "sccache"
steps:
- name: Cleanup Disk
if: ${{ !startsWith(matrix.os, 'windows') }}
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
- name: Sccache Setup
uses: mozilla-actions/[email protected]
with:
version: "v0.5.3"
#- name: Sccache Setup
# uses: mozilla-actions/[email protected]
# with:
# version: "v0.5.3"
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 4c3ee1f

Please sign in to comment.