Skip to content

Commit

Permalink
TEMP : try to use haskell-actions to setup stack
Browse files Browse the repository at this point in the history
todos: modify template, remove trailing spaces

somehow on osx-12 stack was just available
  • Loading branch information
yarikoptic committed Dec 5, 2024
1 parent 8058210 commit 4b967bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ jobs:
- name: Enable building with magic
run: |
perl -pli -e 's/magicmime: false/magicmime: true/' stack.yaml
- name: Install haskell
uses: haskell-actions/setup@v2
with:
# cabal-version: 'latest'. Omitted, but defaults to 'latest'
enable-stack: true

- name: stack setup
run: stack setup
Expand Down

0 comments on commit 4b967bc

Please sign in to comment.