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 7a333d2 commit 30cd9e1Copy full SHA for 30cd9e1
.github/workflows/cmake-multi-platform.yml
@@ -35,9 +35,9 @@ jobs:
35
- name: Set reusable strings
36
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
37
id: strings
38
- shell: C:\cygwin64\bin\bash.exe --login '{0}'
39
- #run: |
40
- # echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
+ shell: bash
+ run: |
+ echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
41
42
- name: Configure CMake
43
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments