mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-06 01:15:34 -06:00
Fix cmake build command dir
This commit is contained in:
2
.github/workflows/build-windows.yaml
vendored
2
.github/workflows/build-windows.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user