From 53be1f8617ebc0cf4e8c75c7f8fdef8f6e04acfd Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Thu, 16 Jan 2025 11:41:48 -0800 Subject: [PATCH] Fixes to build flow --- .github/workflows/test-build.yml | 1 + Brewfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 6979c90e0d3..ab3300bee66 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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 diff --git a/Brewfile b/Brewfile index 69b8c293ee9..634fe530b9c 100644 --- a/Brewfile +++ b/Brewfile @@ -15,3 +15,4 @@ brew "lld" brew "dwarfutils" brew "libelf" +brew "make"