Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox authored Jun 3, 2024
1 parent 648f40a commit c37e0f9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare VM
run: |
sudo apt update -qq > /dev/null 2>&1
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php -y > /dev/null 2>&1
sudo rm -rf /etc/mysql /var/lib/mysql /etc/nginx
sudo apt-get install make libunwind-dev libgoogle-perftools-dev -y > /dev/null 2>&1
sudo apt-get purge --option=Dpkg::options::=--force-all --assume-yes graphviz* redis* php* mysql* nginx* > /dev/null 2>&1
sudo apt-get -qq autoremove --purge > /dev/null 2>&1
sudo dpkg --configure -a
run: sudo bash tests.sh
- 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 c37e0f9

Please sign in to comment.