Skip to content

Commit a99f1b6

Browse files
perkele
1 parent 81f7692 commit a99f1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
9494
run: |
9595
set -ex
96-
if [ "${{ matrix.os }}.${{ matrix.resolver }}" == "Ubuntu-latest.lts-24" ] && [ -n "${COVERALLS_REPO_TOKEN}" ]; then
96+
if [ "${{ matrix.os }}.${{ matrix.resolver }}" == "ubuntu-latest.lts-24" ] && [ -n "${COVERALLS_REPO_TOKEN}" ]; then
9797
stack $STACK_ARGS test --coverage
9898
stack $STACK_ARGS hpc report --all
9999
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc

0 commit comments

Comments
 (0)