Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gohashira authored Jan 11, 2025
1 parent 0e2f352 commit 310a513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: prereqs
run: |
apt install libdbus-1-dev pkg-config
- name: add targets
run: |
rustup target add x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 310a513

Please sign in to comment.