Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ runs:
# to get a executable which works for Template Haskell
# However we continue providing full static executables in releases so we have to disable it
# *for all workflows*, including test, flags and release builds
# It has to be in cabal.project to include `-dynamic` in the cabal.project.freeze
# used to compute the cache key
- name: Disable -dynamic
run: |
echo -e "package haskell-language-server\n flags: -dynamic" >> cabal.project.local
echo -e "package haskell-language-server\n flags: -dynamic" >> cabal.project
shell: bash

- if: inputs.os == 'Windows' && inputs.ghc == '8.8.4'
Expand Down