Revert "workflows: don't use Docker container"

This reverts commit 5d35fe1f38.

`line 1: brew: command not found`
master
Dawid Dziurla 2020-04-21 10:33:34 +02:00
parent 2fe1503805
commit 64b782f2cd
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
1 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,9 @@ on: repository_dispatch
jobs:
upload:
runs-on: ubuntu-latest
container:
image: homebrew/brew
options: -v /usr/bin/unzip:/usr/bin/unzip
env:
HOMEBREW_DEVELOPER: 1
HOMEBREW_FORCE_HOMEBREW_ON_LINUX: 1
@ -43,9 +46,6 @@ jobs:
issue_number: pr,
body: '@' + actor + ' has [triggered a merge](' + url + ').'
})
- name: Set up PATH
run: |
echo "::add-path::/home/linuxbrew/.linuxbrew/bin"
- name: Update Homebrew
run: |
brew update-reset $(brew --repository)