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 3512d91 commit 049ef85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
settings:
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
- host: ubuntu-latest
target: arm64-unknown-linux-gnu
setup: |
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
pip3 install --break-system-packages conan==1.62.0
rm -rf /var/lib/apt/lists/* /var/cache/apt/pkgcache.bin /var/cache/apt/srcpkgcache.bin
export CC="aarch64-linux-gnu-gcc";
export CXX="aarch64-linux-gnu-g++";
arch: arm64
- host: windows-latest
target: x86_64-pc-windows-msvc
- host: macos-latest
Expand Down

0 comments on commit 049ef85

Please sign in to comment.