Skip to content

Commit 8caa16b

Browse files
committed
set path to umf.dll for windows
1 parent 7db2fda commit 8caa16b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/basic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
- name: Build UMF
104104
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} -j $Env:NUMBER_OF_PROCESSORS
105105

106+
- name: Set PATH
107+
if: matrix.shared_library == 'ON'
108+
run: echo "${{github.workspace}}/build/src/${{matrix.build_type}}" >> $GITHUB_PATH
109+
106110
- name: Test
107111
working-directory: ${{github.workspace}}/build
108112
run: ctest -C ${{matrix.build_type}} --output-on-failure

0 commit comments

Comments
 (0)