Skip to content

Commit

Permalink
Update IPQ6000-nowifi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zongheng23333 authored Jun 25, 2024
1 parent 12dec8e commit 9ee81b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/IPQ6000-nowifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi $(docker images -q)
sudo -E apt-get -y purge azure-cli ghc* zulu* llvm* firefox google* dotnet* powershell openjdk* mongodb* moby* || true
sudo -E apt -yqq update
sudo -E apt -yqq full-upgrade
sudo -E apt -yqq install $(sed -n "1{s/\r$//g;p;q}" $GITHUB_WORKSPACE/Depends.txt)
sudo -E apt-get -y install $(curl -fsSL is.gd/depends_ubuntu_2204)
sudo -E apt -yqq autoremove --purge
sudo -E apt -yqq autoclean
sudo -E apt -yqq clean
Expand Down

0 comments on commit 9ee81b5

Please sign in to comment.