Skip to content

Commit 05e5a37

Browse files
committed
dpkg --add-architecture i386
1 parent de459b1 commit 05e5a37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hipo-fetch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252

5353
- name: Install 32-bit deps
5454
run: |
55+
sudo dpkg --add-architecture i386
56+
sudo apt update
5557
sudo apt-get update
56-
sudo apt-get install -y gcc-multilib g++-multilib
57-
sudo apt-get install -y libc6-dev-i386 libstdc++-devel.i686
58+
sudo apt-get install -y gcc-multilib g++-multilib libc6-dev-i386
5859
5960
- name: Configure CMake
6061
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)