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 7a6701d commit c785488Copy full SHA for c785488
.github/workflows/cmake_build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Configure CMake
36
working-directory: ${{github.workspace}}/build
37
shell: bash
38
- run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=OFF ${{env.cmake-lib-type}}
+ run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=OFF ${{matrix.cmake-lib-type}}
39
40
- name: Build
41
0 commit comments