Skip to content

Commit f52aa3a

Browse files
authored
Correct setup ide cache step
1 parent ccf6b56 commit f52aa3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
src/**/*.hs exe/*.hs
144144
145145
- if: needs.pre_job.outputs.should_skip != 'true' && needs.pre_job.outputs.should_skip_pr != 'true'
146-
# this is only safe if the test environment is isolated
147-
- name: setup ide cache
146+
# this is only safe if the test environment is isolated
147+
name: setup ide cache
148148
run: |
149149
export XDG_CACHE_HOME=$RUNNER_TEMP/cache
150150
rm -rf ~/.cache/ghcide

0 commit comments

Comments
 (0)