Fix cmake build command dir

This commit is contained in:
2023-09-22 22:15:49 -05:00
parent 70e1f910c8
commit 14496aeaca

View File

@@ -35,7 +35,7 @@ jobs:
shell: bash shell: bash
run: | run: |
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -B '${{github.workspace}}'/build cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -B '${{github.workspace}}'/build
cmake --build . cmake --build '${{github.workspace}}'/build
- name: Package Executables with windeployqt - name: Package Executables with windeployqt
shell: bash shell: bash