Skip to content

Commit

Permalink
alias in template will lead an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Nov 14, 2024
1 parent 3bcccc3 commit 083b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
mkdir build
cd build
cmake -T ClangCL -DBUILD_SHARED_LIBS=OFF -DGINKGO_BUILD_CUDA=OFF -DGINKGO_BUILD_OMP=OFF ..
cmake -T ClangCL -DCMAKE_CXX_FLAGS="-fno-delayed-template-parsing -fexception" -DBUILD_SHARED_LIBS=OFF -DGINKGO_BUILD_CUDA=OFF -DGINKGO_BUILD_OMP=OFF ..
cmake --build . -j4 --config Release
ctest . -C Release --output-on-failure

0 comments on commit 083b66d

Please sign in to comment.