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 012019b commit ca7cc33Copy full SHA for ca7cc33
.github/workflows/hipo-fetch.yml
@@ -145,9 +145,7 @@ jobs:
145
sudo apt-get install -y \
146
libc6:armhf \
147
libstdc++6:armhf
148
-
149
- # sudo apt-get update
150
- # sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
+ sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
151
152
- name: Configure CMake
153
working-directory: ${{runner.workspace}}/build
@@ -190,6 +188,7 @@ jobs:
190
188
191
189
192
193
194
195
0 commit comments