Skip to content

Commit 02ca74b

Browse files
committed
Install valgrind
1 parent 9c353b8 commit 02ca74b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
python-version: '3.13'
2525
cache: 'pip'
2626

27+
- run: sudo apt install -y valgrind
28+
2729
- run: zig build
2830
- run: zig build unit-tests --summary all
2931

0 commit comments

Comments
 (0)