Skip to content

Commit fb67152

Browse files
committed
Update build-openwrt.yml
1 parent 5384d4b commit fb67152

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ jobs:
4949
env:
5050
DEBIAN_FRONTEND: noninteractive
5151
run: |
52-
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc
5352
sudo -E apt-get -qq update
5453
sudo -E apt-get -qq install $(cat ${GITHUB_WORKSPACE}/depends-ubuntu-2004)
55-
sudo -E apt-get -qq autoremove --purge
56-
sudo -E apt-get -qq clean
5754
sudo timedatectl set-timezone "$TZ"
5855
5956
- name: Clone source code

0 commit comments

Comments
 (0)