Skip to content

Commit

Permalink
Use js/fix-runner-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 30, 2024
1 parent 2c7d09b commit c32c2f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ jobs:
g+${{ (startsWith(github.ref, 'refs/heads/gh-readonly-queue/') && github.run_id) || github.event.pull_request.number || github.ref }}
- name: Install Haskell
uses: input-output-hk/actions/haskell@latest
uses: input-output-hk/actions/haskell@js/fix-runner-issues
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
pacman-packages: "openssl"

- name: Install system dependencies
uses: input-output-hk/actions/base@latest
uses: input-output-hk/actions/base@js/fix-runner-issues
with:
use-sodium-vrf: true # default is true

Expand Down

0 comments on commit c32c2f2

Please sign in to comment.