mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix signature key errors in snap action
This commit is contained in:
parent
1504136828
commit
a37138aa52
1 changed files with 3 additions and 0 deletions
3
.github/workflows/snap.yml
vendored
3
.github/workflows/snap.yml
vendored
|
@ -59,6 +59,9 @@ jobs:
|
||||||
|
|
||||||
- name: First set up.
|
- name: First set up.
|
||||||
run: |
|
run: |
|
||||||
|
# Workaround for permanent problems with third-party repository keys
|
||||||
|
sudo rm -rf /etc/apt/sources.list.d/*
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gcc-8 g++-8 -y
|
sudo apt-get install gcc-8 g++-8 -y
|
||||||
sudo snap install --classic snapcraft
|
sudo snap install --classic snapcraft
|
||||||
|
|
Loading…
Add table
Reference in a new issue