Skip to content

Commit

Permalink
.github/workflows/test.yml: Update apt before add-architecture
Browse files Browse the repository at this point in the history
Fix CI.
  • Loading branch information
CyberShadow committed Mar 9, 2023
1 parent 418ed08 commit c205a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install build dependencies (Linux/x86)
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'x86' }}
run: |
sudo apt-get update
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y binutils-i686-linux-gnu gcc-multilib libncurses-dev:i386 libz-dev:i386 libtinfo-dev:i386
Expand Down

0 comments on commit c205a99

Please sign in to comment.