Skip to content

Commit

Permalink
Smallfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Dec 6, 2024
1 parent 6ce37bd commit 14748db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
persist-credentials: false
- run: brew bundle
- 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"
cmake -S . -B build
cd build
make
sudo make install
- run: |
Expand Down

0 comments on commit 14748db

Please sign in to comment.