Skip to content

Commit

Permalink
unique ids
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 11, 2024
1 parent 11b0f96 commit 4d3bd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo extraIncludeDirsFFI="--extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/ffi" >> $GITHUB_ENV
- name: Setup Haskell macos
if: ${{ contains( matrix.os , 'macos' ) }}
id: setup-haskell-cabal
id: setup-haskell-stack
uses: haskell-actions/[email protected]
with:
ghc-version: ${{ env.ghcVersion }}
Expand All @@ -49,7 +49,7 @@ jobs:
cabal-update: false
- name: Setup Haskell not macos
if: ${{ ! contains( matrix.os , 'macos' ) }}
id: setup-haskell-cabal
id: setup-haskell-stack
uses: haskell-actions/[email protected]
with:
ghc-version: ${{ env.ghcVersion }}
Expand Down

0 comments on commit 4d3bd10

Please sign in to comment.