Skip to content

Commit

Permalink
Install ninja for cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jul 16, 2024
1 parent fdc020a commit bcec8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: install dependencies
run: |
sudo apt -y update
sudo apt -y install qemu qemu-system-arm gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-user
sudo apt -y install qemu qemu-system-arm gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-user ninja-build
- name: cmake-configure
run: |
Expand Down

0 comments on commit bcec8c3

Please sign in to comment.