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 7db2fda commit 8caa16bCopy full SHA for 8caa16b
.github/workflows/basic.yml
@@ -103,6 +103,10 @@ jobs:
103
- name: Build UMF
104
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} -j $Env:NUMBER_OF_PROCESSORS
105
106
+ - name: Set PATH
107
+ if: matrix.shared_library == 'ON'
108
+ run: echo "${{github.workspace}}/build/src/${{matrix.build_type}}" >> $GITHUB_PATH
109
+
110
- name: Test
111
working-directory: ${{github.workspace}}/build
112
run: ctest -C ${{matrix.build_type}} --output-on-failure
0 commit comments