fix
This commit is contained in:
4
.github/workflows/lo-test.yml
vendored
4
.github/workflows/lo-test.yml
vendored
@@ -31,6 +31,8 @@ jobs:
|
|||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
run: |
|
run: |
|
||||||
nohup sh -c '
|
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 update;
|
||||||
sudo apt -y --no-install-recommends install pv jq \
|
sudo apt -y --no-install-recommends install pv jq \
|
||||||
ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \
|
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 \
|
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 \
|
libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip \
|
||||||
vim wget xmlto xxd zlib1g-dev
|
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
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user