fixed `valgrind` workflow (#4537)

This commit is contained in:
Oliver Stöneberg 2022-10-05 22:05:08 +02:00 committed by GitHub
parent ca32cf11ba
commit cb095835e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ 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: |