Skip to content

Commit

Permalink
fix: Add libadwaita to macOS build dependencies in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 84d4554 commit 8c635c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +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 || true
brew upgrade pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene || true
brew install pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene libadwaita || true
brew upgrade pkg-config gtk4 pango cairo gdk-pixbuf at-spi2-core graphene libadwaita || 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 8c635c4

Please sign in to comment.