We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43e9f7 commit b377b5aCopy full SHA for b377b5a
.github/workflows/hipo-fetch.yml
@@ -93,8 +93,10 @@ jobs:
93
- name: Create Build Environment
94
run: cmake -E make_directory ${{runner.workspace}}/build
95
96
-# sudo apt-get update
97
-# sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
+ - name: Install 32-bit deps
+ run: |
98
+ sudo apt-get update
99
+ sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
100
101
- name: Configure CMake
102
working-directory: ${{runner.workspace}}/build
0 commit comments