Skip to content

Commit a0e344d

Browse files
authored
Update cmake-multi-platform.yml
1 parent 9edfd85 commit a0e344d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Configure CMake
7272
run: >
73-
cmake -S . -B ${{ steps.vars.outputs.dir }}
73+
cmake -S . -B ${{ steps.strings.outputs.build-output-dir }}
7474
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
7575
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
7676
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}

0 commit comments

Comments
 (0)