Skip to content

Commit cb09583

Browse files
authored
fixed valgrind workflow (#4537)
1 parent ca32cf1 commit cb09583

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/valgrind.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install debian-goodies ubuntu-dbgsym-keyring
27-
# 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
28-
wget -O - http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add -
2927
3028
- name: Add debug repos on ubuntu
3129
run: |

0 commit comments

Comments
 (0)