Skip to content

Commit 3b41302

Browse files
change building the test on windows with clang
1 parent 07ddc39 commit 3b41302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
8383
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/lapack_install
8484
-D SLICOT_TESTING:BOOL=ON
85-
-D SLICOT_BUILD_SHARED_LIBS:BOOL=OFF
85+
-D SLICOT_BUILD_SHARED_LIBS:BOOL=${{ matrix.os.fortran == 'flang' && 'OFF' || 'ON' }}
8686
-D CMAKE_EXE_LINKER_FLAGS="-Wl,--stack=2097152"
8787
8888

0 commit comments

Comments
 (0)