Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent bec8e1f commit 50d976d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ jobs:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
- name: Install dependencies
run: |
brew install pkg-config
brew install pango
brew install cairo
brew install gdk-pixbuf
brew install atk
run: brew install pkg-config gtk4 pango cairo gdk-pixbuf atk graphene
- name: Build
run: |
cargo build --release --target ${{ matrix.target }}
env:
PKG_CONFIG_PATH: "/usr/local/opt/gtk4/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/graphene/lib/pkgconfig"
CFLAGS: "-I/usr/local/include"
LDFLAGS: "-L/usr/local/lib"
run: cargo build --release --target ${{ matrix.target }}
- name: Create App Bundle
run: |
mkdir -p Aardvark.app/Contents/MacOS
Expand Down

0 comments on commit 50d976d

Please sign in to comment.