This commit is contained in:
John Doe
2023-06-06 14:15:04 +08:00
parent bc2c203ee7
commit cfdaf9576e

View File

@@ -31,6 +31,8 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
nohup sh -c '
sudo rm -rf /usr/share/dotnet /usr/local/lib/android/sdk /opt/hostedtoolcache
sudo sysctl vm.swappiness=0
sudo apt update;
sudo apt -y --no-install-recommends install pv jq \
ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \
@@ -40,8 +42,6 @@ jobs:
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pyelftools \
libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip \
vim wget xmlto xxd zlib1g-dev
sudo rm -rf /usr/share/dotnet /usr/local/lib/android/sdk /opt/hostedtoolcache
sudo sysctl vm.swappiness=0
' &
- uses: actions/checkout@v2