Skip to content

Commit

Permalink
fixup! Merge pull request #1869 from tweag/ghc-9.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Mar 3, 2023
1 parent 158b1cd commit 51c89cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ jobs:
os: [ubuntu-latest, macos-11, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Add disk cache
uses: actions/cache@v3
with:
path: .bazel-cache/disk
key: disk-cache-${{ runner.os }}-${{ hashFiles('/stackage_snapshot.yaml') }}
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: |-
sudo swapoff -a
Expand All @@ -135,6 +130,11 @@ jobs:
sudo apt clean
docker rmi $(docker images -q) -f
- uses: actions/checkout@v3
- name: Add disk cache
uses: actions/cache@v3
with:
path: .bazel-cache/disk
key: disk-cache-${{ runner.os }}-${{ hashFiles('stackage_snapshot.yaml') }}
- name: Mount Bazel cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 51c89cd

Please sign in to comment.