Skip to content
Snippets Groups Projects
Commit d1014945a81e authored by Ingy döt Net's avatar Ingy döt Net
Browse files

Need newer bash and make for Macos testing

parent e95c59bd566c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
- name: Install software - name: Install software
run: | run: |
if [[ '${{ matrix.os }}' == macOS-latest ]]; then 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 fi
- name: Fetch branches - name: Fetch branches
run: | run: |
......
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
test-all: test test-suite test-all: test test-suite
tests/run-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 -git worktree prune
...@@ -35,5 +35,5 @@ ...@@ -35,5 +35,5 @@
-git worktree prune -git worktree prune
git worktree add $@ run-test-suite git worktree add $@ run-test-suite-2
packaging: packaging:
-git branch --track $@ origin/$@ -git branch --track $@ origin/$@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment