Skip to content

Commit 9ee945e

Browse files
committed
clean up the hie-bios cache too
1 parent 1adb01f commit 9ee945e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: pre_job
3232
runs-on: ${{ matrix.os }}
3333
env:
34-
XDG_CACHE_HOME: ${{ runner.temp }}/ghcide
34+
XDG_CACHE_HOME: ${{ runner.temp }}/cache
3535
strategy:
3636
fail-fast: true
3737
matrix:
@@ -144,7 +144,9 @@ jobs:
144144
- name: clean ide cache
145145
run: |
146146
rm -rf ~/.cache/ghcide
147+
rm -rf ~/.cache/hie-bios
147148
rm -rf $XDG_CACHE_HOME/ghcide
149+
rm -rf $XDG_CACHE_HOME/hie-bios
148150
149151
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
150152
name: Build

0 commit comments

Comments
 (0)