workflows: mount unzip from runner

master
Dawid Dziurla 2020-03-31 14:27:27 +02:00
parent 087583d351
commit 16722fb659
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
1 changed files with 1 additions and 4 deletions

View File

@ -7,6 +7,7 @@ jobs:
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
@ -37,10 +38,6 @@ jobs:
run: |
rm -rf $(brew --repository ${{github.repository}})
ln -s $GITHUB_WORKSPACE $(brew --repository ${{github.repository}})
- name: Install unzip
run: |
apt-get update
apt-get install -yq unzip
- name: Setup git
run: |
git config --global user.name "${{steps.env.outputs.name}}"