We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1753d18 commit 9be3d18Copy full SHA for 9be3d18
.github/workflows/debug.yml
@@ -102,7 +102,7 @@ jobs:
102
if: runner.os == 'Windows'
103
working-directory: ${{ github.workspace }}/build/target
104
shell: bash
105
- run: "windeployqt \"${{ github.workspace }}/build/target/qtrvsim_gui.exe\""
+ run: "windeployqt \"${{ github.workspace }}/build/target/qtmips_gui.exe\""
106
107
- name: Test
108
working-directory: ${{ github.workspace }}/build
0 commit comments