We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5240fa commit 225b5aeCopy full SHA for 225b5ae
.github/workflows/test.yml
@@ -31,7 +31,6 @@ jobs:
31
needs: pre_job
32
runs-on: ${{ matrix.os }}
33
env:
34
- XDG_CACHE_HOME: ${{ runner.temp }}/cache
35
strategy:
36
fail-fast: true
37
matrix:
@@ -141,8 +140,9 @@ jobs:
141
140
src/**/*.hs exe/*.hs
142
143
# this is only safe if the test environment is isolated
144
- - name: clean ide cache
+ - name: setup ide cache
145
run: |
+ export XDG_CACHE_HOME=$RUNNER_TEMP/cache
146
rm -rf ~/.cache/ghcide
147
rm -rf ~/.cache/hie-bios
148
rm -rf $XDG_CACHE_HOME/ghcide
0 commit comments