Skip to content

Commit

Permalink
Update test-pr-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho authored Sep 28, 2023
1 parent 1ddd80e commit 3f0a355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-pr-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
- name: "Install and set up direnv"
run: |
set -euxo pipefail
export PATH="'$(brew --prefix bison)'/bin:$PATH"
export PATH="'$(brew --prefix flex)'/bin:$PATH"
export PATH="'$(brew --prefix llvm@15)'/bin:$PATH"
export PATH="'$(brew --prefix openjdk)'/bin:$PATH"
export PATH="$(brew --prefix bison)/bin:$PATH"
export PATH="$(brew --prefix flex)/bin:$PATH"
export PATH="$(brew --prefix llvm@15)/bin:$PATH"
export PATH="$(brew --prefix openjdk)/bin:$PATH"
echo $(which llvm-config)
# brew install direnv
# cp macos-envrc .envrc
Expand Down

0 comments on commit 3f0a355

Please sign in to comment.