Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 6d5b9a9 commit 9bbf0af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
echo "$(brew --prefix)"
brew install llvm@12
ls -F "$(brew --prefix)"
ls -F "$(brew --prefix)/*"
ls -F "$(brew --prefix)/opt"
ls -F "$(brew --prefix)/opt/llvm@12"
ls -F "$(brew --prefix)/opt/llvm@12/*"
echo "/opt/homebrew/opt/llvm@12/bin:$PATH" >> "${GITHUB_PATH}"
echo "/opt/homebrew/opt/llvm@12/bin" >> "${GITHUB_PATH}"
echo LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib" >> "${GITHUB_ENV}"
echo CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include" >> "${GITHUB_ENV}"
- name: Setup Haskell
Expand All @@ -59,6 +58,5 @@ jobs:
run: |
set -ex
echo $PATH
ls "/opt/homebrew/opt/llvm@12/*"
stack --version
stack test --fast --no-terminal --stack-yaml=${{ matrix.stack-yaml }} --resolver=${{ matrix.resolver }}

0 comments on commit 9bbf0af

Please sign in to comment.