Skip to content

Commit 4e7f49c

Browse files
committed
fix: apt update missing
1 parent 86ba2c6 commit 4e7f49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Requirements
2424
run: |
25+
sudo apt-get update
2526
sudo apt-get install valgrind
2627
2728
- name: Configure CMake

0 commit comments

Comments
 (0)