mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Move snap action to ubuntu-latest since it uses lxd
This commit is contained in:
parent
8fd1253266
commit
f1cf6b4896
1 changed files with 5 additions and 2 deletions
7
.github/workflows/snap.yml
vendored
7
.github/workflows/snap.yml
vendored
|
@ -41,8 +41,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
name: Ubuntu 20.04
|
name: Ubuntu
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UPLOAD_ARTIFACT: "false"
|
UPLOAD_ARTIFACT: "false"
|
||||||
|
@ -55,7 +55,10 @@ jobs:
|
||||||
|
|
||||||
- name: First set up.
|
- name: First set up.
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get purge --autoremove lxd
|
||||||
|
|
||||||
sudo snap install --classic snapcraft
|
sudo snap install --classic snapcraft
|
||||||
|
sudo snap install lxd
|
||||||
|
|
||||||
# Workaround for snapcraft
|
# Workaround for snapcraft
|
||||||
# See https://forum.snapcraft.io/t/13258
|
# See https://forum.snapcraft.io/t/13258
|
||||||
|
|
Loading…
Add table
Reference in a new issue