Bump PKGBUILD action

This commit is contained in:
Ultradesu
2025-04-03 13:25:20 +01:00
parent e0ff50a7fa
commit 60c014347c

View File

@@ -25,6 +25,10 @@ jobs:
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y libdbus-1-dev pkg-config libdbus-1-3 libfuse-dev 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 - name: Build binary
run: cargo build --release run: cargo build --release