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 9ee945e commit f3f13fdCopy full SHA for f3f13fd
.github/workflows/test.yml
@@ -30,8 +30,6 @@ jobs:
30
test:
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 +139,9 @@ jobs:
141
139
src/**/*.hs exe/*.hs
142
140
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