Kaiser-Yang/matrix-calculation-accelerator

Fix git action on windows when build shared library

Closed this issue · 2 comments

We found when building shared library on Windows, the cmake cannot work properly, see this. It seems to be related with dll finding of Windows, we just update the git action to build static library to solve this temporarily. This need to be fixed further, so the shared library can be built on Windows.

@Nonumx Before submitting your codes, make sure the .github/workflows/cmake-multi-platform.yml:63 is removed or be updated with on.

See the related pull request.