Skip to content

Commit ca7cc33

Browse files
committed
deps
1 parent 012019b commit ca7cc33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/hipo-fetch.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ jobs:
145145
sudo apt-get install -y \
146146
libc6:armhf \
147147
libstdc++6:armhf
148-
149-
# sudo apt-get update
150-
# sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
148+
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
151149
152150
- name: Configure CMake
153151
working-directory: ${{runner.workspace}}/build
@@ -190,6 +188,7 @@ jobs:
190188
sudo apt-get install -y \
191189
libc6:armhf \
192190
libstdc++6:armhf
191+
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
193192
194193
- name: Configure CMake
195194
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)