Skip to content

Commit c205a99

Browse files
committed
.github/workflows/test.yml: Update apt before add-architecture
Fix CI.
1 parent 418ed08 commit c205a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install build dependencies (Linux/x86)
2626
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
2727
run: |
28+
sudo apt-get update
2829
sudo dpkg --add-architecture i386
2930
sudo apt-get update
3031
sudo apt-get install -y binutils-i686-linux-gnu gcc-multilib libncurses-dev:i386 libz-dev:i386 libtinfo-dev:i386

0 commit comments

Comments
 (0)