Fixed snap third-party repository key problems
This commit is contained in:
parent
b870632acd
commit
45fa31064a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/snap-release.yml
vendored
3
.github/workflows/snap-release.yml
vendored
|
|
@ -18,6 +18,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 snap install --classic snapcraft
|
sudo snap install --classic snapcraft
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue