Skip to content

Commit

Permalink
revert: use gnu for aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent d1e49bd commit 6a2bbff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libdbus-1-dev \
sudo apt-get install -y gcc-aarch64-linux-gnu \
libdbus-1-dev \
pkg-config
- name: Setup Cargo Config
run: |
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Build
run: |
cargo build --verbose --release --target=x86_64-unknown-linux-gnu
cargo build --verbose --release --target=aarch64-unknown-linux-musl
cargo build --verbose --release --target=aarch64-unknown-linux-gnu
- name: Archive Linux x86_64 Results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6a2bbff

Please sign in to comment.