Skip to content

Commit 527b17a

Browse files
committed
Fix GitHub CI
1 parent 2a3912a commit 527b17a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir -p build
3030
cd build
3131
cmake --version
32-
cmake .. $CMAKE_ARGS -DIDICMAKE_PLATFORM_CONFIG=../platform-config.$TYPE.cmake
32+
cmake .. $CMAKE_ARGS -DIDICMAKE_PLATFORM_CONFIG=../platform-config.${{ matrix.type }}.cmake
3333
- name: Build
3434
shell: bash
3535
run: |

0 commit comments

Comments
 (0)