Change the GitHub Action script so it does not trigger EULA

This commit is contained in:
NI
2021-03-19 15:26:41 +08:00
parent 51da8816ab
commit 17e9478aa1

View File

@@ -27,7 +27,6 @@ jobs:
export DOCKER_CUSTOM_COMMAND='echo "GitHub Action Build"' export DOCKER_CUSTOM_COMMAND='echo "GitHub Action Build"'
sudo apt-get update -qq -y sudo apt-get update -qq -y
sudo apt-get upgrade -qq -y
sudo apt-get install -qq -y qemu qemu-user-static binfmt-support sudo apt-get install -qq -y qemu qemu-user-static binfmt-support
sudo systemctl restart docker sudo systemctl restart docker