Skip to content

Commit 34c77e5

Browse files
authored
Update x86.yml
1 parent 3b98817 commit 34c77e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc
4949
sudo -E apt-get -qq update
50-
sudo -E apt-get -qq install $(curl -fsSL git.io/depends-ubuntu-2004)
50+
sudo -E apt-get -qq install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1-s1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync
5151
sudo -E apt-get -qq autoremove --purge
5252
sudo -E apt-get -qq clean
5353
sudo timedatectl set-timezone "$TZ"

0 commit comments

Comments
 (0)