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 00add61 commit 836a488Copy full SHA for 836a488
.github/workflows/test.yml
@@ -138,6 +138,10 @@ jobs:
138
sed -i.bak -e 's/Paths_haskell_language_server/Paths_hls/g' \
139
src/**/*.hs exe/*.hs
140
141
+ # this is only safe if the test environment is isolated
142
+ - name: clean ide cache
143
+ run: rm -rf ~/.cache/ghcide
144
+
145
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
146
name: Build
147
# Retry it three times to workaround compiler segfaults in windows
0 commit comments