summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2020-06-01 12:33:39 -0700
committerGitHub <noreply@github.com>2020-06-01 21:33:39 +0200
commit00780e83d2a1fe5f8eb9adc1119f285c98ee7226 (patch)
tree59c22f6c118753946b0838dcbd18e9a52310775c /.github
parent1008696708b56c27709e6948b419d44e0f1bfb0d (diff)
downloadlibyaml-git-00780e83d2a1fe5f8eb9adc1119f285c98ee7226.tar.gz
A couple patches to improve test suite support (#191)
* Need newer bash and make for Macos testing * Allow override of the run-test-suite branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0bc3941..c2bdef4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,9 @@ jobs:
- 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: |