mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
separate and print
This commit is contained in:
parent
cc55c487f9
commit
4420ec486b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test_and_package_stage.yml
vendored
5
.github/workflows/test_and_package_stage.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue