Skip to content

Commit

Permalink
Try fixing cabal tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 28, 2023
1 parent c8e64b6 commit d7deffa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/aeson-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ jobs:
run: |
cabal freeze
- uses: actions/cache@v1
- uses: actions/cache@v3
name: Cache ~/.cabal/store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}

# Install TSC
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
- name: Install TSC
run: |
npm install -g typescript
Expand Down Expand Up @@ -84,7 +83,7 @@ jobs:
enable-stack: true
stack-version: "latest"

- uses: actions/cache@v1
- uses: actions/cache@v3
name: Cache ~/.stack
with:
path: ~/.stack
Expand Down

0 comments on commit d7deffa

Please sign in to comment.