Update Windows build configuration in release workflow
- Set the shell to cmd for the Windows CMake configuration step, ensuring compatibility with the Windows environment. - This change aims to streamline the build process on Windows by explicitly defining the shell used for running commands.
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -235,6 +235,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure CMake (Windows)
|
- name: Configure CMake (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cmake -B build ^
|
cmake -B build ^
|
||||||
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ^
|
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ^
|
||||||
|
|||||||
Reference in New Issue
Block a user