We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9f07a commit 96bb2e0Copy full SHA for 96bb2e0
.github/workflows/valgrind.yml
@@ -37,6 +37,6 @@ jobs:
37
38
- name: Run valgrind script
39
working-directory: ./frb_example/simple/dart
40
- run: chmod +x ./run.sh && ./run.sh
+ run: chmod +x ./run.sh ./valgrind_util.py && ./run.sh
41
env:
42
CARGO_TARGET_DIR: .
0 commit comments