summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 13:55:26 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 13:55:26 +0100
commit6836360e0cdb6f35900e222b12a02009a4948aca (patch)
treeb83beb4445dfd8a75896365b7cc1dbc6c9c40425 /.github
parent3844277a66925536e4285e4e533e63e43e33a70d (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-macos-package.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml
index 873ae9da6..86425b41a 100644
--- a/.github/workflows/build-macos-package.yml
+++ b/.github/workflows/build-macos-package.yml
@@ -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: |