mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Update build-snapcraft.yml
This commit is contained in:
parent
eabf3ce2b9
commit
2e348e8c75
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build-snapcraft.yml
vendored
6
.github/workflows/build-snapcraft.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-snapcraft:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
@ -20,6 +20,10 @@ jobs:
|
|||
sudo apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa wget snapd
|
||||
sudo snap install snapcraft --classic
|
||||
sudo snap install multipass
|
||||
sudo usermod -aG multipass $USER
|
||||
newgrp multipass
|
||||
multipass version
|
||||
multipass list
|
||||
|
||||
- name: Copy Snapcraft files to source
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue