Skip to content

Commit d0afc4b

Browse files
firewavedanmar
authored andcommitted
valgrind.yml: added workaround for expired dbgsym release key (#3178)
1 parent 488084b commit d0afc4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/valgrind.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
run: |
1717
sudo apt-get update
1818
sudo apt-get install debian-goodies ubuntu-dbgsym-keyring
19+
# 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
20+
wget -O - http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add -
1921
2022
- name: Add debug repos on ubuntu
2123
run: |

0 commit comments

Comments
 (0)