Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Jul 11, 2024
1 parent 87e4768 commit b220084
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set permissions for .ghcup (ubuntu)
if: startsWith(matrix.os, 'ubuntu-')
run: sudo chown -R $USER /usr/local/.ghcup

- name: Install GHC and Cabal
uses: haskell-actions/setup@v2
with:
Expand All @@ -38,6 +42,11 @@ jobs:
- name: Display outdated packages
run: cabal outdated

- name: Configure build
run: |
cabal build --dry-run
cabal freeze
- name: Sync with Cabal cache
uses: larskuhtz/cabal-cache-action@master
with:
Expand Down

0 comments on commit b220084

Please sign in to comment.