Skip to content

Commit

Permalink
removed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 4373bc2 commit 4078be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "/opt/homebrew/opt/llvm@12/bin" >> "${GITHUB_PATH}"
echo extraLibDirs="--extra-lib-dirs /opt/homebrew/opt/llvm@12/lib" >> "${GITHUB_ENV}"
echo extraIncludeDirs="--extra-include-dirs /opt/homebrew/opt/llvm@12/include" >> "${GITHUB_ENV}"
echo ghcOptions="\"--ghc-options $(pkg-config --cflags libffi)\"" >> ${GITHUB_ENV}
echo ghcOptions="--ghc-options $(pkg-config --cflags libffi)" >> ${GITHUB_ENV}
- name: Setup Haskell
if: ${{ contains( matrix.os , 'macos' ) }}
uses: haskell-actions/[email protected]
Expand Down

0 comments on commit 4078be5

Please sign in to comment.