mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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:
|
||||
|
||||
linux:
|
||||
name: Ubuntu 20.04
|
||||
runs-on: ubuntu-20.04
|
||||
name: Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
UPLOAD_ARTIFACT: "false"
|
||||
|
@ -55,7 +55,10 @@ jobs:
|
|||
|
||||
- name: First set up.
|
||||
run: |
|
||||
sudo apt-get purge --autoremove lxd
|
||||
|
||||
sudo snap install --classic snapcraft
|
||||
sudo snap install lxd
|
||||
|
||||
# Workaround for snapcraft
|
||||
# See https://forum.snapcraft.io/t/13258
|
||||
|
|
Loading…
Add table
Reference in a new issue