mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 08:37:35 +03:00
Merge branch 'master' into conditional-constraints
This commit is contained in:
commit
69719529d2
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user