We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb0d4e commit 3603075Copy full SHA for 3603075
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs :
16
matrix :
17
with-cppunit :
18
- no
19
- - $GITHUB_WORKSPACE
+ - "$GITHUB_WORKSPACE/tools/cppunit"
20
21
steps :
22
- uses : actions/checkout@v4
0 commit comments