mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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:
20
.github/workflows/build-macos-package.yml
vendored
20
.github/workflows/build-macos-package.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user