Skip to content

Commit

Permalink
install specific filter and static ngix brotli modules from ppa to fi…
Browse files Browse the repository at this point in the history
…x dependencies mismatch
  • Loading branch information
Theodlz committed Feb 27, 2024
1 parent 1959a3d commit ae6eed4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ jobs:
sudo apt install -y wget nodejs unzip firefox
# if nginx is already installed, remove it
sudo apt remove -y nginx nginx-common nginx-core
sudo apt remove -y nginx nginx-common nginx-core nginx-full
sudo apt purge -y nginx nginx-common nginx-core nginx-full
sudo add-apt-repository ppa:ondrej/nginx-mainline -y
# add the PPA repository with brotli support for nginx
sudo add-apt-repository ppa:ondrej/nginx -y
sudo apt update -y
sudo apt install -y nginx libnginx-mod-brotli
sudo apt install nginx libnginx-mod-http-brotli-static libnginx-mod-http-brotli-filter -y
pip install --upgrade pip
Expand Down

0 comments on commit ae6eed4

Please sign in to comment.