Skip to content

Commit

Permalink
ci: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Jul 23, 2024
1 parent 337a3e7 commit 4d4be7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- host: ubuntu-latest
target: arm64-unknown-linux-gnu
setup: |
sudo apt-get update && apt-get install -y --no-install-recommends cmake g++-aarch64-linux-gnu gawk git make build-essential curl golang ninja-build python3-pip
sudo apt-get update &&
sudo apt-get install -y --no-install-recommends cmake g++-aarch64-linux-gnu python3-pip
sudo pip3 install --break-system-packages conan==1.62.0
sudo rm -rf /var/lib/apt/lists/* /var/cache/apt/pkgcache.bin /var/cache/apt/srcpkgcache.bin
export CC="aarch64-linux-gnu-gcc";
Expand Down

0 comments on commit 4d4be7a

Please sign in to comment.