Skip to content

Commit

Permalink
Smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Dec 6, 2024
1 parent 61681b6 commit 6ce37bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- run: |
cmake -S . -B build
cd build
export PATH="$(brew --prefix flex)/bin:$PATH"
export PATH="$(brew --prefix bison)/bin:$PATH"
export PATH="$(brew --prefix tcl-tk)/bin:$PATH"
make
sudo make install
- run: |
Expand Down

0 comments on commit 6ce37bd

Please sign in to comment.