Skip to content

Commit

Permalink
install ninja
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 31, 2024
1 parent ac1f971 commit 4b4e057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ stages:
- script: sudo apt install gcc-arm-linux-gnueabihf -y
- script: sudo apt install gcc-aarch64-linux-gnu -y
- script: sudo apt install g++-aarch64-linux-gnu -y
- script: sudo apt install ninja-build -y
- script: |
mkdir dist
CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc cmake
Expand Down

0 comments on commit 4b4e057

Please sign in to comment.