Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 1543a83

Browse files
authored
Use correct quotes
1 parent c397137 commit 1543a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Install ghc and cabal-install
16-
if: startsWith(matrix.os, "macOS")
16+
if: startsWith(matrix.os, 'macOS')
1717
run: brew install ghc cabal-install
1818
- uses: actions/checkout@v1
1919
with:

0 commit comments

Comments
 (0)