Skip to content

Commit

Permalink
realized that the missing stack issue is known: freckle/stack-action#80
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed May 3, 2024
1 parent b8deb7d commit 6d9e954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
tagRegex: "v(.*)"
tagRegexGroup: 1

- name: Install stack on macOS, where it is not present
if: ${{ runner.os == 'macOS' }}
run: curl -sSL https://get.haskellstack.org/ | sh

- name: Build executable
uses: freckle/stack-action@v4
id: stack
Expand Down

0 comments on commit 6d9e954

Please sign in to comment.