Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
build: fix unmet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thoongnv committed Nov 21, 2023
1 parent 8a4c942 commit 9cc4049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
sudo mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.bak
sudo apt-get update || true
sudo apt-get update --fix-missing
sudo apt install gcc g++ libc6-dev libclang-dev pkg-config libgcc-s1:arm64 libstdc++6:arm64 libstd-rust-dev:arm64 gcc-aarch64-linux-gnu qemu-user -y
sudo apt install libgcc-s1 gcc g++ libc6-dev libclang-dev pkg-config libstd-rust-dev:arm64 gcc-aarch64-linux-gnu qemu-user -y
rustup target add aarch64-unknown-linux-gnu
- name: Build
Expand Down

0 comments on commit 9cc4049

Please sign in to comment.