Source configs script so setup_ci can use settings

This commit is contained in:
Darren Tucker 2021-10-22 14:00:05 +11:00
parent 34df52c201
commit a07664646b
1 changed files with 2 additions and 0 deletions

2
.github/setup_ci.sh vendored
View File

@ -1,5 +1,7 @@
#!/bin/sh
. .github/configs $@
case "`./config.guess`" in
*-darwin*)
brew install automake