valgrind.yml: added workaround for expired dbgsym release key (#3178)

This commit is contained in:
Oliver Stöneberg 2021-03-21 22:25:57 +01:00 committed by GitHub
parent 778b1a588f
commit 2cecec274a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
run: |
sudo apt-get update
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
run: |