Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,6 @@ jobs:
sed -i.bak -e 's/Paths_haskell_language_server/Paths_hls/g' \
src/**/*.hs exe/*.hs

# this is only safe if the test environment is isolated
- name: setup ide cache
run: |
export XDG_CACHE_HOME=$RUNNER_TEMP/cache
rm -rf ~/.cache/ghcide
rm -rf ~/.cache/hie-bios
rm -rf $XDG_CACHE_HOME/ghcide
rm -rf $XDG_CACHE_HOME/hie-bios

- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
name: Build
# Retry it three times to workaround compiler segfaults in windows
Expand Down