Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gohashira authored Jan 12, 2025
1 parent a0a3d0f commit 6158a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: prereqs install
run: |
apt install libdbus-1-dev pkg-config
sudo apt install libdbus-1-dev pkg-config
- name: run build
run: cargo build --release
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [build-macos, build-linux-x86]

steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6158a7e

Please sign in to comment.