Update main.workflow* (#37010)

This commit is contained in:
Mike McQuaid 2019-02-15 15:38:06 +00:00 committed by GitHub
parent 0f598dec43
commit 9f349ab6a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,6 @@ workflow "Push" {
action "Generate formulae.brew.sh" {
uses = "docker://linuxbrew/brew"
runs = "bash"
args = [".github/main.workflow.sh"]
runs = ".github/main.workflow.sh"
secrets = ["GITHUB_TOKEN"]
}

View file

@ -3,7 +3,8 @@
set -e
# take ownership as current user (in case it's linuxbrew)
sudo chown -R $USER .
sudo mkdir ~/.cache
sudo chown -R $USER . ~/.cache
# create stubs so build dependencies aren't incorrectly flagged as missing
for i in python svn unzip xz