separate and print

This commit is contained in:
Erica Portnoy 2026-04-28 15:01:32 -07:00
parent cc55c487f9
commit 4420ec486b

View file

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