Update build-snapcraft.yml

This commit is contained in:
Evan Su 2025-07-13 13:01:45 -04:00 committed by GitHub
parent f96480413d
commit 29138e1413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
cd src
getent group lxd | grep -qwF "$USER" || sudo usermod -aG lxd "$USER"
newgrp lxd
sudo snapcraft
sudo env SNAPCRAFT_BUILD_ENVIRONMENT=multipass snapcraft
- name: Upload artifacts
uses: actions/upload-artifact@v4