Skip to content

Commit b377b5a

Browse files
committed
ubuntu 32 arm deps
1 parent e43e9f7 commit b377b5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/hipo-fetch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ jobs:
9393
- name: Create Build Environment
9494
run: cmake -E make_directory ${{runner.workspace}}/build
9595

96-
# sudo apt-get update
97-
# sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
96+
- name: Install 32-bit deps
97+
run: |
98+
sudo apt-get update
99+
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
98100
99101
- name: Configure CMake
100102
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)