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 c143818 commit 8a4c942
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
if: matrix.build == 'linux-arm'
shell: bash
run: |
sudo apt install gcc g++ libc6-dev libclang-dev pkg-config -y
sudo dpkg --add-architecture arm64
sudo tee /etc/apt/sources.list << END
deb [arch=amd64,i386] http://archive.archive.ubuntu.com/ubuntu/ jammy main restricted
Expand Down Expand Up @@ -123,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 libstd-rust-dev:arm64 gcc-aarch64-linux-gnu qemu-user -y
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
rustup target add aarch64-unknown-linux-gnu
- name: Build
Expand Down

0 comments on commit 8a4c942

Please sign in to comment.