Skip to content

Commit

Permalink
misterious win build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Montanari committed Dec 28, 2023
1 parent 0301b83 commit b76e6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
ninja --version
cmake --version
- run: cmake -E make_directory build
- run: cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release ..
- run: cmake -E chdir build cmake ..
- run: cmake --build build
- run: cmake -E chdir build/examples/c/Debug ls
- run: cmake -E chdir build/examples/c/Debug ./example_lib_opengjk_ce.exe

Cython:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b76e6ea

Please sign in to comment.