Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lbinria committed Nov 20, 2023
1 parent 822c7b4 commit 2104d91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Release build
run: cmake --build build --parallel --config Release

- name: Run release
run: cd build/examples && create_tri_mesh.exe

- name: Debug build
run: cmake --build build --parallel --config Debug

- name: Run release
run: cd build/examples/Release && create_tri_mesh.exe

- name: Run debug
run: cd build/examples/Debug && create_tri_mesh.exe
run: cd build/examples && create_tri_mesh.exe

0 comments on commit 2104d91

Please sign in to comment.