valgrind.yml: added workaround for expired dbgsym release key (#3178)
This commit is contained in:
parent
488084b40e
commit
d0afc4bf02
|
@ -16,6 +16,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install debian-goodies ubuntu-dbgsym-keyring
|
sudo apt-get install debian-goodies ubuntu-dbgsym-keyring
|
||||||
|
# the key expired and the ubuntu-dbgsym-keyring package does not yet include the latest one - see https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640
|
||||||
|
wget -O - http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add -
|
||||||
|
|
||||||
- name: Add debug repos on ubuntu
|
- name: Add debug repos on ubuntu
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue