Skip to content

Commit

Permalink
fix ci: restore deleted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Mar 26, 2024
1 parent a6542b0 commit 7f93849
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update && \
sudo apt-get install -y podman qemu-user-static && \
sudo apt-get install -y \
podman \
qemu-user-static\
pkg-config \
libdbus-1-dev && \
cargo binstall --no-confirm cross
- name: Check code formatting
Expand Down

0 comments on commit 7f93849

Please sign in to comment.