summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: |