Skip to content

Commit cf68d37

Browse files
committed
Add SuiteSparse DLLs to PATH
Signed-off-by: Nicolas Rol <[email protected]>
1 parent ef5ef1e commit cf68d37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/dev-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ jobs:
218218
- name: List SuiteSparse directory content
219219
run: dir /s %GITHUB_WORKSPACE%\metrix-simulator\build\external\suitesparse
220220

221+
- name: Add SuiteSparse DLLs to PATH
222+
shell: pwsh
223+
run: echo "${{ github.workspace }}\metrix-simulator\build\external\suitesparse\bin" >> $GITHUB_PATH
224+
221225
- name: Configure CMake
222226
run: >
223227
cmake -Wno-dev -S %GITHUB_WORKSPACE%\metrix-simulator -B %GITHUB_WORKSPACE%\metrix-simulator\build

0 commit comments

Comments
 (0)