mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Updated names
This commit is contained in:
parent
baa67f7095
commit
b96814d759
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-cmake.yml
vendored
4
.github/workflows/build-cmake.yml
vendored
|
@ -65,11 +65,11 @@ jobs:
|
|||
cmake --build . --config Release
|
||||
cmake --install . --config Release
|
||||
|
||||
- name: Configure CMake (x86)
|
||||
- name: Configure CMake (Win32 config)
|
||||
if: matrix.architecture == 'x86'
|
||||
run: cmake -B ${{github.workspace}}/build -A Win32 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DWITH_CLIENT=1
|
||||
|
||||
- name: Configure CMake (x64)
|
||||
- name: Configure CMake (x64 config)
|
||||
if: matrix.architecture == 'x64'
|
||||
run: cmake -B ${{github.workspace}}/build -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DWITH_CLIENT=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue