Skip to content

Commit

Permalink
Fixes to build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 16, 2025
1 parent 2e78f69 commit 53be1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,5 @@ jobs:
- name: Run tests
shell: bash
run: |
export PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
make -C docs test -j${{ env.procs }} SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ brew "lld"

brew "dwarfutils"
brew "libelf"
brew "make"

0 comments on commit 53be1f8

Please sign in to comment.