mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
yes install recommends
This commit is contained in:
parent
8697b913f3
commit
c4996428b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snap_packaging_jobs.yml
vendored
2
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
run: |-
|
||||
sudo dpkg --add-architecture "armhf"
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends nginx-light snapd:armhf
|
||||
sudo apt-get install -y nginx-light snapd:armhf
|
||||
- name: Install non-armhf depdencies
|
||||
if: ${{ matrix.arch-name != 'armhf' }}
|
||||
run: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue