Skip to content

Commit

Permalink
feat: debugging windows build 4
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Nov 13, 2023
1 parent a65b434 commit 1f58c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
shell: bash
run: |
cmake --version
mkdir -p build
mkdir -p build_out
ls -la
cmake -S. -Bbuild -GNinja
ninja -Cbuild
cmake -S. -Bbuild_out -GNinja
ninja -Cbuild_out
mv optframe/liboptframe_lib.so optframe/optframe_lib.so
- name: make test_package
shell: bash
Expand Down

0 comments on commit 1f58c60

Please sign in to comment.