mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +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.
|
||||
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 install gcc-8 g++-8 -y
|
||||
sudo snap install --classic snapcraft
|
||||
|
|
Loading…
Add table
Reference in a new issue