Skip to content

Commit

Permalink
Merge pull request #221 from datalad/enh-newer-stack
Browse files Browse the repository at this point in the history
update github workflows to use newer stack
  • Loading branch information
yarikoptic authored Feb 14, 2025
2 parents c44c328 + a25e8e2 commit 7e3187f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: brew install libmagic pkg-config rsync

- name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template/build-{{ostype}}.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
{% endif %}
{% if ostype == "windows" or ostype == "macos" %}
- name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-no-global: true
Expand Down

0 comments on commit 7e3187f

Please sign in to comment.