From 60c014347c48d20a9ffb5f56408d2c3ffc44f9d0 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 3 Apr 2025 13:25:20 +0100 Subject: [PATCH] Bump PKGBUILD action --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d4affb..4027e62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,10 @@ jobs: if: matrix.os == 'ubuntu-latest' run: sudo apt install -y libdbus-1-dev pkg-config libdbus-1-3 libfuse-dev + - name: Pre-build (macOS) + if: matrix.os == 'macos-latest' + run: brew install dbus + - name: Build binary run: cargo build --release