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 418ed08 commit c205a99Copy full SHA for c205a99
.github/workflows/test.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install build dependencies (Linux/x86)
26
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
27
run: |
28
+ sudo apt-get update
29
sudo dpkg --add-architecture i386
30
sudo apt-get update
31
sudo apt-get install -y binutils-i686-linux-gnu gcc-multilib libncurses-dev:i386 libz-dev:i386 libtinfo-dev:i386
0 commit comments