Fix GitHub actions
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
|||||||
- name: Prepare VM
|
- name: Prepare VM
|
||||||
run: |
|
run: |
|
||||||
unset LANG
|
unset LANG
|
||||||
|
sudo apt update -qq
|
||||||
|
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php -y
|
||||||
sudo apt-get -qq purge graphviz* redis*
|
sudo apt-get -qq purge graphviz* redis*
|
||||||
sudo apt-get install -qq git python3-setuptools python3-dev python3-apt ccze tree
|
sudo apt-get install -qq git python3-setuptools python3-dev python3-apt ccze tree
|
||||||
sudo apt-get -qq autoremove --purge
|
sudo apt-get -qq autoremove --purge
|
||||||
|
|||||||
Reference in New Issue
Block a user