We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac98986 commit 7b54ec8Copy full SHA for 7b54ec8
.github/workflows/reusable-testing.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Setup valgrind
32
if: inputs.use-valgrind
33
- run: sudo apt install -y valgrind
+ run: sudo apt update && sudo apt install -y valgrind
34
35
- name: Build tntcxx
36
uses: ./.github/actions/build-tntcxx
0 commit comments