Comment cabal freeze and caching in case it was causing build error below

https://github.com/GrammaticalFramework/gf-core/runs/1374091798?check_suite_focus=true
This commit is contained in:
John J. Camilleri
2020-11-09 13:55:26 +01:00
parent 3844277a66
commit 6836360e0c

View File

@@ -22,16 +22,16 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
- name: Freeze
run: |
cabal freeze
- uses: actions/cache@v1
name: Cache ~/.cabal/store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}
# key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
# - name: Freeze
# run: |
# cabal freeze
#
# - uses: actions/cache@v1
# name: Cache ~/.cabal/store
# with:
# path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
# key: ${{ runner.os }}-${{ matrix.ghc }}
# # key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
- name: Install build tools
run: |