Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Jul 22, 2023
1 parent 74f5ef2 commit a611a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ 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 \
Expand All @@ -43,6 +42,7 @@ jobs:
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
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a611a60

Please sign in to comment.