Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox committed Jun 2, 2024
1 parent f24d91a commit 3b00ac9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- name: Prepare VM
run: |
sudo apt-get update -qq
sudo apt install make libunwind-dev libgoogle-perftools-dev
sudo apt install make libunwind-dev libgoogle-perftools-dev -y
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php -y
sudo rm -rf /etc/mysql /var/lib/mysql /etc/nginx
sudo apt-get purge --option=Dpkg::options::=--force-all --assume-yes graphviz* redis* mysql* nginx || sudo dpkg --configure -a
sudo apt-get purge --option=Dpkg::options::=--force-all --assume-yes graphviz* redis* mysql* nginx
sudo dpkg --configure -a
- name: Mainline build
run: sudo bash nginx-build.sh || cat /tmp/nginx-ee.log
- name : Nginx check Mainline build
Expand Down

0 comments on commit 3b00ac9

Please sign in to comment.