Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Nov 26, 2024
1 parent 4dde2e6 commit 6b6d1ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.6", "9.10"]
cabal: ["3.12"]
sys:
- { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
- { os: ubuntu-latest, shell: bash }
# ghc: [ "9.6", "9.10"]
# cabal: ["3.12"]
# sys:
# - { os: windows-latest, shell: 'C:/msys64/usr/bin/bash.exe -e {0}' }
# - { os: ubuntu-latest, shell: bash }
include:
# Using include, to make sure there will only be one macOS job, even if the matrix gets expanded later on.
# We want a single job, because macOS runners are scarce.
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
cabal-version: ${{ matrix.cabal }}

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

Expand Down

0 comments on commit 6b6d1ec

Please sign in to comment.