Skip to content

Commit 6415db7

Browse files
authored
Install the missing deps in CI tests (#140)
1 parent c55c541 commit 6415db7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/ci-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ sudo apt-get install build-essential gcc-multilib gettext bison -y
1919

2020
sudo dpkg --add-architecture i386
2121
sudo apt-get update
22+
sudo apt-get install libgcc-s1:i386
23+
sudo apt-get install libc6-dev-i386
2224
sudo apt-get install zlib1g-dev:i386

0 commit comments

Comments
 (0)