Skip to content

Commit

Permalink
Merge pull request #668 from cisco/pabuhler-fix-stream_list-ci
Browse files Browse the repository at this point in the history
fix line break in stream_list.yml
  • Loading branch information
pabuhler authored Dec 19, 2023
2 parents e8059c3 + 0ac7a35 commit e6ac305
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stream_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- name: Configure CMake
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=ON -DCMAKE_C_FLAGS:STRING="-DSRTP_NO_STREAM_LIST
-DSRTP_USE_TEST_STREAM_LIST"
run: cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=ON -DCMAKE_C_FLAGS:STRING="-DSRTP_NO_STREAM_LIST -DSRTP_USE_TEST_STREAM_LIST"

- name: Build
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit e6ac305

Please sign in to comment.