Skip to content

Commit

Permalink
more ls
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 05ce730 commit 6d5b9a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
- name: Clone project
uses: actions/checkout@v2
- name: Install LLVM 12
shell: bash
run: |
set -ex
echo "$(brew --prefix)"
brew install llvm@12
ls -F "$(brew --prefix)"
ls -F "$(brew --prefix)/*"
ls -F "$(brew --prefix)/opt/llvm@12"
ls -F "$(brew --prefix)/opt/llvm@12/*"
echo "/opt/homebrew/opt/llvm@12/bin:$PATH" >> "${GITHUB_PATH}"
Expand All @@ -53,8 +57,8 @@ jobs:
- name: Build and run tests
shell: bash
run: |
set -ex
echo $PATH
ls "/opt/homebrew/opt/llvm@12/*"
set -ex
stack --version
stack test --fast --no-terminal --stack-yaml=${{ matrix.stack-yaml }} --resolver=${{ matrix.resolver }}

0 comments on commit 6d5b9a9

Please sign in to comment.