Skip to content

Commit

Permalink
TEMP try fixed GHA action for installing Haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Aug 7, 2024
1 parent db26d58 commit dd259c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
use-sodium-vrf: false

- name: Install Haskell
uses: input-output-hk/actions/haskell@latest
# uses: input-output-hk/actions/haskell@latest
# TODO https://github.com/IntersectMBO/ouroboros-consensus/pull/1179
uses: amesgen/actions-1/haskell@amesgen/fix-s-r-p
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit dd259c8

Please sign in to comment.