Skip to content

Commit c785488

Browse files
committed
matrix
1 parent 7a6701d commit c785488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Configure CMake
3636
working-directory: ${{github.workspace}}/build
3737
shell: bash
38-
run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=OFF ${{env.cmake-lib-type}}
38+
run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=OFF ${{matrix.cmake-lib-type}}
3939

4040
- name: Build
4141
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)