Merge branch 'master' into conditional-constraints

This commit is contained in:
Iavor Diatchki 2022-09-13 13:16:44 +03:00
commit 69719529d2

View File

@ -93,6 +93,14 @@ jobs:
with:
ghc-version: ${{ matrix.ghc-version }}
- name: Post-GHC installation fixups on Windows
shell: bash
if: runner.os == 'Windows'
run: |
# A workaround for https://github.com/Mistuke/CabalChoco/issues/5
cabal user-config update -a "extra-include-dirs: \"\""
cabal user-config update -a "extra-lib-dirs: \"\""
- uses: actions/cache@v2
name: Cache cabal store
with: