Skip to content

Commit 30cd9e1

Browse files
author
Oleh Kulykov
committed
1722261291
1 parent 7a333d2 commit 30cd9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Set reusable strings
3636
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
3737
id: strings
38-
shell: C:\cygwin64\bin\bash.exe --login '{0}'
39-
#run: |
40-
# echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
38+
shell: bash
39+
run: |
40+
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
4141
4242
- name: Configure CMake
4343
# 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

Comments
 (0)