print things

This commit is contained in:
Erica Portnoy 2026-03-24 19:17:43 -07:00
parent 90e6d73e3c
commit be584580c6

View file

@ -144,10 +144,14 @@ jobs:
sudo apt-get update
sudo apt install -y fuse3:armhf snapd:armhf
sudo snap install snapcraft --classic
sudo usermod -a -G lxd "$(whoami)"
sudo apt-get remove -qy lxd lxd-client
sudo groupadd --force --system lxd
sudo usermod --append --groups lxd $USER
newgrp lxd
sudo snap install lxd
sudp snap install lxd
echo "installed lxd"
sudo lxd init --auto
echo "initialized lxd"
echo "::endgroup::"
snapcraft pack "--build-for=${{ matrix.build-for }}"
# - uses: snapcore/action-build@v1.3.0