diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e95c59bd566c2b2b4d7931a167b9729c95ab3dc8_LmdpdGh1Yi93b3JrZmxvd3MvbWFpbi55bWw=..d1014945a81e3bf2d65618cd93151150825ec4b3_LmdpdGh1Yi93b3JrZmxvd3MvbWFpbi55bWw= 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,9 @@ - name: Install software run: | if [[ '${{ matrix.os }}' == macOS-latest ]]; then - brew install automake coreutils + brew install automake bash coreutils make + echo ::add-path::/usr/local/opt/coreutils/libexec/gnubin + echo ::add-path::/usr/local/opt/make/libexec/gnubin fi - name: Fetch branches run: | diff --git a/Makefile.am b/Makefile.am index e95c59bd566c2b2b4d7931a167b9729c95ab3dc8_TWFrZWZpbGUuYW0=..d1014945a81e3bf2d65618cd93151150825ec4b3_TWFrZWZpbGUuYW0= 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,5 +31,5 @@ test-all: test test-suite tests/run-test-suite: - -git branch --track run-test-suite origin/run-test-suite + -git branch --track run-test-suite-2 origin/run-test-suite-2 -git worktree prune @@ -35,5 +35,5 @@ -git worktree prune - git worktree add $@ run-test-suite + git worktree add $@ run-test-suite-2 packaging: -git branch --track $@ origin/$@