Skip to content

Commit

Permalink
TOOLS: Fix CI
Browse files Browse the repository at this point in the history
.
  • Loading branch information
slali87 committed Oct 17, 2024
1 parent a4273d6 commit cdfb8ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
run: |
cd ${{ github.event.repository.name }}
cmake -P cmake/Build.cmake
cmake -P cmake/SetDebug.cmake
cmake -P cmake/Build.cmake
cmake -P cmake/SetRelease.cmake
- name: Run the application and the tests
run: |
cd ${{ github.event.repository.name }}
Expand Down

0 comments on commit cdfb8ba

Please sign in to comment.