Skip to content

Commit

Permalink
Fix GitHub actions on Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox authored May 4, 2023
1 parent 37ef41b commit e533849
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]

steps:
- uses: jlumbroso/free-disk-space@v1.2.0
- uses: actions/checkout@v2
- name: Prepare VM
run: |
sudo wget -O /etc/apt/sources.list https://vtb.cx/$(lsb_release -sc)-list
sudo apt-get update --allow-releaseinfo-change -qq
sudo apt-get update -qq
sudo apt install make libunwind-dev libgoogle-perftools-dev
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 install -f
sudo apt dist-upgrade --ignore-hold
- 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 e533849

Please sign in to comment.