Skip to content

Commit

Permalink
Install valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 5, 2025
1 parent 378c476 commit 3f1ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: bootstrapped
- run: chmod +x jou_bootstrap
- run: sudo apt update
- run: sudo apt install -y llvm-${{ matrix.llvm-version }}-dev clang-${{ matrix.llvm-version }} make
- run: sudo apt install -y llvm-${{ matrix.llvm-version }}-dev clang-${{ matrix.llvm-version }} make valgrind
- name: "Select LLVM version"
run: echo "LLVM_CONFIG=llvm-config-${{ matrix.llvm-version }}" >> $GITHUB_ENV
- name: "Compile and test"
Expand Down

0 comments on commit 3f1ccdc

Please sign in to comment.