mirror of https://github.com/procxx/kepka.git
Fix signature key errors in snap action
This commit is contained in:
parent
1504136828
commit
a37138aa52
|
@ -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…
Reference in New Issue