diff --git a/.github/workflows/ghc-compat-test.yml b/.github/workflows/ghc-compat-test.yml index 392897c..cc461f9 100644 --- a/.github/workflows/ghc-compat-test.yml +++ b/.github/workflows/ghc-compat-test.yml @@ -21,7 +21,7 @@ jobs: uses: haskell-actions/setup@v2 with: ghc-version: ${{ inputs.ghc_version }} - cabal-version: '3.10' + cabal-version: '3.14' ghcup-release-channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml - name: Configure the build @@ -66,13 +66,13 @@ jobs: - name: Get current month to clear cache run: echo "CURR_MONTH=$(date +%B)" | tee -a "$GITHUB_ENV" - - - uses: actions/cache@v3 - with: - path: ${{ steps.setup.outputs.cabal-store }} - key: ${{ runner.os }}-cabal-cache-${{ env.CURR_MONTH }}-${{ inputs.ghc_version }}-${{ hashFiles('**/plan.json') }} - restore-keys: | - ${{ runner.os }}-cabal-cache-${{ env.CURR_MONTH }}-${{ inputs.ghc_version }}- + # - + # uses: actions/cache@v3 + # with: + # path: ${{ steps.setup.outputs.cabal-store }} + # key: ${{ runner.os }}-cabal-cache-${{ env.CURR_MONTH }}-${{ inputs.ghc_version }}-${{ hashFiles('**/plan.json') }} + # restore-keys: | + # ${{ runner.os }}-cabal-cache-${{ env.CURR_MONTH }}-${{ inputs.ghc_version }}- - name: Build + Test run: cabal build && cabal exec -- cabal test