mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
separate and print
This commit is contained in:
@@ -52,7 +52,10 @@ jobs:
|
||||
run: |-
|
||||
sudo dpkg --add-architecture armhf
|
||||
sudo apt-get update
|
||||
# sudo apt-get install -y nginx-light snapd:armhf
|
||||
sudo apt-get install -y nginx-light
|
||||
echo "nginx light installed"
|
||||
sudo apt-get install -y snapd:armhf
|
||||
echo "snapd:armhf installed"
|
||||
- name: Setup venv
|
||||
run: |-
|
||||
python3 -m venv venv
|
||||
|
||||
Reference in New Issue
Block a user