Skip to content

Commit

Permalink
ci: Add uuid-dev:armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrking committed Oct 2, 2022
1 parent 846d384 commit 78343ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Get Packages"
run: |
sudo apt update
sudo apt install gcc-11 g++-11 zip debhelper uuid-dev ninja-build gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
sudo apt install gcc-11 g++-11 zip debhelper uuid-dev uuid-dev:armhf ninja-build gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
- name: "Fetch Dependencies"
run: bash ./fetch_externals.sh
- name: "Build: Debug"
Expand Down

0 comments on commit 78343ee

Please sign in to comment.