Skip to content

Commit 3d622ae

Browse files
committed
ci
1 parent 1bdcb19 commit 3d622ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838
working-directory: ${{runner.workspace}}/target
3939
run: |
40-
sudo apt get update
40+
sudo apt update
4141
sudo apt install -y valgrind --fix-missing
4242
for testfile in ./bin/test_*; do echo "Testing ${testfile}" && valgrind --leak-check=full --show-leak-kinds=definite,indirect,possible --error-exitcode=1 "${testfile}"; done
4343

0 commit comments

Comments
 (0)