Skip to content

Commit

Permalink
try using sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Feb 7, 2024
1 parent 8de5ce7 commit 7105ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
export CURRENT_DIR=$(pwd)
cd nginx-1.24.0
./configure --sbin-path=/usr/bin/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module --with-stream --with-mail=dynamic --with-http_realip_module --with-compat --add-module=${CURRENT_DIR}/ngx_brotli
make && make install
sudo make && sudo make install
nginx
pip install --upgrade pip
Expand Down

0 comments on commit 7105ba6

Please sign in to comment.