Skip to content

Commit

Permalink
brew update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 24, 2023
1 parent 8f799a3 commit 1fa0a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libcairo2-dev
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
run: brew install pkg-config cairo freetype2
run: brew update && brew install pkg-config cairo freetype2
- name: Build
run: swift build
- name: Test
Expand Down

0 comments on commit 1fa0a40

Please sign in to comment.