Skip to content

Commit 755f96b

Browse files
committed
fix:cicd problem
1 parent 6c993a8 commit 755f96b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Run Memory Check
3939
if: matrix.os == 'ubuntu-latest'
4040
run: |
41-
apt-get -y install valgrind
41+
sudo apt update
42+
sudo apt -y install valgrind
4243
cd src
4344
valgrind --leak-check=full ./bin/test_bin
4445

0 commit comments

Comments
 (0)