Skip to content

Commit ff97be9

Browse files
committed
Update APT package lists
The GitHub Actions runner has outdated APT package lists, which causes `apt-get install` commands to fail.
1 parent bdae958 commit ff97be9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ runs:
4444
run: |
4545
sudo snap install yq > /dev/null
4646
47+
- name: Update APT package lists
48+
shell: bash
49+
run: |
50+
sudo apt-get update > /dev/null
51+
4752
- name: Install Valgrind
4853
shell: bash
4954
run: |

0 commit comments

Comments
 (0)