Source configs script so setup_ci can use settings
This commit is contained in:
parent
34df52c201
commit
a07664646b
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
. .github/configs $@
|
||||
|
||||
case "`./config.guess`" in
|
||||
*-darwin*)
|
||||
brew install automake
|
||||
|
|
Loading…
Reference in New Issue