mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-26 16:32:17 +00:00
Fix signature key errors in snap action
This commit is contained in:
parent
1504136828
commit
a37138aa52
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…
Reference in New Issue
Block a user