From d2c9200355646f8a8f16c6ff98e1fea01e66daf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Rodr=C3=ADguez?= Date: Thu, 25 Jul 2024 19:33:20 +0200 Subject: [PATCH] Use Brew version of Python3 to use GIR --- .github/workflows/macos.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index b6c3b8c..cbdf7a0 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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