Skip to content

Commit ecab15a

Browse files
author
阿卡林刘
authored
修复了没有依赖lib32gcc1的BUG
E: Package 'lib32gcc1' has no installation candidate
1 parent 1274e74 commit ecab15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openwrt-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
name: Build OpenWrt firmware
2626

27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-latest
2828

2929
if: github.event.repository.owner.id == github.event.sender.id
3030

@@ -43,7 +43,7 @@ jobs:
4343
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d /usr/local/lib/android
4444
sudo -E apt-get -y purge azure-cli ghc* zulu* hhvm llvm* firefox google* dotnet* powershell openjdk* adoptopenjdk* mysql* php* mongodb* dotnet* moby* snapd* || true
4545
sudo -E apt-get update
46-
sudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler antlr3 gperf swig libtinfo5
46+
sudo -E apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 unzip zlib1g-dev lib32gcc-s1 libc6-dev-i386 subversion flex uglifyjs gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler antlr3 gperf swig libtinfo5
4747
sudo -E apt-get -y autoremove --purge
4848
sudo -E apt-get clean
4949

0 commit comments

Comments
 (0)