Update build-snapcraft.yml: forgot to install multipass

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

View file

@ -17,6 +17,7 @@ jobs:
sudo apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa wget snapd
sudo snap refresh
sudo snap install snapcraft --classic
sudo snap install multipass
- name: Copy Snapcraft files to source
run: |