mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 12:48:54 -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 }}
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user