We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e59521 commit f3a7ce9Copy full SHA for f3a7ce9
.github/workflows/build.yml
@@ -27,6 +27,8 @@ jobs:
27
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
28
- name: Install dependencies
29
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
32
sudo apt update -qq
33
sudo apt install -y software-properties-common unit git build-essential libssl-dev libpcre2-dev ca-certificates apt-transport-https debian-archive-keyring
34
sudo add-apt-repository -y ppa:ondrej/php
0 commit comments