Skip to content

Commit 2cecec2

Browse files
authored
valgrind.yml: added workaround for expired dbgsym release key (cppcheck-opensource#3178)
1 parent 778b1a5 commit 2cecec2

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)