Skip to content

Commit

Permalink
Cabal install check condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 29, 2024
1 parent 4f4fafb commit 87cff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
# When I make it function it causes an error.
# This is something I need to look into in the future.
- name: Test Cabal Install (Linux)
if: ${{ contains(matrix.os, 'linux') }}
if: ${{ matrix.os == 'ubuntu-latest' }}
run: cabal install --overwrite-policy=always --project=${{ matrix.project-file }} --ghc-options="-Wwarn"

# Save artifacts.
Expand Down

0 comments on commit 87cff81

Please sign in to comment.