Skip to content

Commit

Permalink
feat: debugging windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Nov 13, 2023
1 parent 7031ea4 commit ad7543f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: make optframe_lib_cmake (windows)
if: contains(matrix.os, 'windows')
run: |
cmake --version
ls -la
chmod 777 . -R
cmake -S. -Bbuild -GNinja
ninja -Cbuild
mv optframe/liboptframe_lib.so optframe/optframe_lib.so
Expand Down

0 comments on commit ad7543f

Please sign in to comment.