From a07664646bf6d293f5bbd45a5de54f3c36bb85da Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 22 Oct 2021 14:00:05 +1100 Subject: [PATCH] Source configs script so setup_ci can use settings --- .github/setup_ci.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index a07a7f2dd..4ffb3b99e 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -1,5 +1,7 @@ #!/bin/sh + . .github/configs $@ + case "`./config.guess`" in *-darwin*) brew install automake