Skip to content

Commit

Permalink
fix: add git to aarch64 container in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed May 10, 2024
1 parent ccb7a26 commit fd616cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -y cmake make g++ ninja-build
apt-get install -y cmake make g++ ninja-build git
run: |
cmake -DADA_SANITIZE=ON -DADA_DEVELOPMENT_CHECKS=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -G Ninja -B build
cmake --build build -j=2
Expand Down

0 comments on commit fd616cd

Please sign in to comment.