We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e8f15 commit 0c1ba2eCopy full SHA for 0c1ba2e
.github/actions/Build_and_Test_cppyy/action.yml
@@ -106,7 +106,7 @@ runs:
106
107
set -o pipefail
108
os="${{ matrix.os }}"
109
- if [[ "${os}" != "macos"* && "${matrix.Valgrind}" == "On" ]]; then
+ if [[ "${os}" != "macos"* && "${{ matrix.Valgrind }}" == "On" ]]; then
110
echo "Running valgrind on passing tests"
111
CLANG_VERSION="${{ matrix.clang-runtime }}"
112
0 commit comments