Skip to content

Commit

Permalink
Force brew update on Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwbyrd committed Apr 12, 2021
1 parent a2d7961 commit e3be8eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1.5.0
- name: Install MacOS tools
if: startsWith(matrix.os, 'macos')
run: brew install ninja zip
run: |
brew update
brew install ninja zip
- name: Check out source code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e3be8eb

Please sign in to comment.