Skip to content

Commit

Permalink
ci: Split brew install and upgrade commands to resolve macOS CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 2a5c08a commit 84d4554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- uses: moonrepo/setup-rust@v1
- name: Install dependencies
run: |
brew install pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene || brew upgrade pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene
brew install pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene || true
brew upgrade pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene || true
echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
- name: Add target ${{ matrix.target }}
run: rustup target add ${{ matrix.target }}
Expand Down

0 comments on commit 84d4554

Please sign in to comment.