Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Jan 19, 2025
1 parent bf3703d commit c386615
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ghc-compat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c386615

Please sign in to comment.