Skip to content

Commit

Permalink
Attempt to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 4, 2025
1 parent 5098284 commit 8086654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
- name: prerequisites-pbrst
run: |
brew install bison m4
echo "export PATH=\"/usr/local/opt/bison/bin:\$PATH\"" >> ~/.zshrc
echo "export PATH=\"/usr/local/opt/m4/bin:\$PATH\"" >> ~/.zshrc
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
echo 'export PATH="/opt/homebrew/opt/m4/bin:$PATH"' >> /Users/runner/.bash_profile
- name: Build bibref-pbrst
run: |
mkdir build-pbrst
Expand Down

0 comments on commit 8086654

Please sign in to comment.