Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed May 28, 2024
1 parent 2f86a3a commit 07616e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
- name: install
run: |
brew update
brew install flex bison gcc llvm
brew install flex bison gcc llvm m4
- run: sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: build
run: |
export PATH="/opt/homebrew/opt/m4/bin:$PATH"
export PATH="/opt/homebrew/opt/bison/bin:$PATH"
export PATH="/opt/homebrew/opt/flex/bin:$PATH"
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
Expand Down

0 comments on commit 07616e7

Please sign in to comment.