Skip to content

Commit

Permalink
Merge pull request #694 from IntersectMBO/mgalazyn/chore/fix-macos-ci…
Browse files Browse the repository at this point in the history
…-deps-installation

Switch to system dependencies installation GHA fork to fix macos build issues
  • Loading branch information
smelc authored Nov 26, 2024
2 parents 4dde2e6 + 52e250f commit 2b0e9c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
cabal-version: ${{ matrix.cabal }}

- name: Install system dependencies
uses: input-output-hk/actions/base@latest
# TODO: switch to input-output-hk/actions/base@latest after https://github.com/input-output-hk/actions/pull/29 gets merged
uses: carbolymer/actions/base@latest
with:
use-sodium-vrf: true # default is true

Expand Down

0 comments on commit 2b0e9c8

Please sign in to comment.