Skip to content

Commit

Permalink
fix: specify amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent 90f1759 commit f60fecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu \
libdbus-1-dev \
sudo apt-get install -y gcc-aarch64-linux-gnu:amd64 \
libdbus-1-dev:amd64 \
libdbus-1-dev:arm64 \
pkg-config
- name: Setup Cargo Config
Expand Down

0 comments on commit f60fecc

Please sign in to comment.