Update build-snapcraft.yml: multipass instead of lxd

This commit is contained in:
Evan Su 2025-07-13 12:50:27 -04:00 committed by GitHub
parent 419fdffd20
commit 556b101351
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,7 @@ jobs:
- name: Build Snapcraft
run: |
cd src
sudo usermod -aG lxd $USER
sudo lxd init
snapcraft
SNAPCRAFT_BUILD_ENVIRONMENT=multipass snapcraft
- name: Upload artifacts
uses: actions/upload-artifact@v4