Skip to content

Commit f3a7ce9

Browse files
authored
Update build.yml
Minor fixes in requirements for unit at install
1 parent 2e59521 commit f3a7ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
2828
- name: Install dependencies
2929
run: |
30+
sudo curl --output /usr/share/keyrings/nginx-keyring.gpg https://unit.nginx.org/keys/nginx-keyring.gpg
31+
echo -e "deb [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ lunar unit\ndeb-src [signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ lunar unit" | sudo tee /etc/apt/sources.list.d/unit.list
3032
sudo apt update -qq
3133
sudo apt install -y software-properties-common unit git build-essential libssl-dev libpcre2-dev ca-certificates apt-transport-https debian-archive-keyring
3234
sudo add-apt-repository -y ppa:ondrej/php

0 commit comments

Comments
 (0)