diff --git a/.github/workflows/build-openwrt-new.yml b/.github/workflows/build-openwrt-new.yml index 23cef5631d..a80d5aac45 100644 --- a/.github/workflows/build-openwrt-new.yml +++ b/.github/workflows/build-openwrt-new.yml @@ -72,7 +72,7 @@ jobs: run: | sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc sudo -E apt-get -qq update - sudo -E apt-get -qq install $(curl -fsSL git.io/depends-ubuntu-2004) + sudo -E apt-get -qq install $(curl -fsSL git.io/depends-ubuntu-2004) patchutils sudo -E apt-get -qq autoremove --purge sudo -E apt-get -qq clean sudo timedatectl set-timezone "$TZ"