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 13, 2024
1 parent a4b6ffb commit 216b559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sw.yml
Expand Up @@ -28,7 +28,9 @@ jobs:
- uses: actions/checkout@v4
- uses: egorpugin/sw-action@master
- name: install
run: brew install flex bison gcc
run: |
brew update
brew install flex bison gcc llvm
- name: build
run: |
export PATH="/opt/homebrew/opt/bison/bin:$PATH"
Expand Down

0 comments on commit 216b559

Please sign in to comment.