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 }} ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }} cabal-version: ${{ matrix.cabal }}
- name: Freeze # - name: Freeze
run: | # run: |
cabal freeze # cabal freeze
#
- uses: actions/cache@v1 # - uses: actions/cache@v1
name: Cache ~/.cabal/store # name: Cache ~/.cabal/store
with: # with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} # path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }} # key: ${{ runner.os }}-${{ matrix.ghc }}
# key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }} # # key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
- name: Install build tools - name: Install build tools
run: | run: |