Skip to content

Commit

Permalink
🔨 [CI] Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy authored Apr 15, 2024
1 parent b29f452 commit 27ddbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
buildDirectory: ${{github.workspace}}/build

- name: Run
run: ${{github.workspace}}/build/bin/${{matrix.config.name == 'Windows Clang' && matrix.build_type || ''}}${{matrix.config.name == 'Windows Clang' && '/' || ''}}${{env.cmake_target}}
run: ${{github.workspace}}/bin/${{matrix.config.name == 'Windows Clang' && matrix.build_type || ''}}${{matrix.config.name == 'Windows Clang' && '/' || ''}}${{env.cmake_target}}

0 comments on commit 27ddbfd

Please sign in to comment.