yes install recommends

This commit is contained in:
Erica Portnoy 2026-04-28 14:14:06 -07:00
parent 8697b913f3
commit c4996428b1

View file

@ -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: |-