Skip to content

Commit

Permalink
Use Brew version of Python3 to use GIR
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Jul 25, 2024
1 parent 8583f0e commit d2c9200
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install dependencies
run: brew install meson gtk4 gtksourceview5 desktop-file-utils pygobject3 libadwaita adwaita-icon-theme gettext
- name: Prepare Rust
run: brew upgrade rustup
- run: ls $(brew --prefix)/lib/python3.12/site-packages
- name: Build macOS version
run: build-aux/macos-build.sh devel
- name: Build installer
Expand Down

0 comments on commit d2c9200

Please sign in to comment.