Navigation Menu

Skip to content

Commit

Permalink
- continuous integration: disable zipdir output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed May 22, 2021
1 parent 28107df commit be4e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Configure
shell: bash
run: |
cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} -DCMAKE_PREFIX_PATH=`pwd`/build/zmusic ${{ matrix.config.extra_options }} .
cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} -DCMAKE_PREFIX_PATH=`pwd`/build/zmusic -DPK3_QUIET_ZIPDIR=ON ${{ matrix.config.extra_options }} .
- name: Build
shell: bash
Expand Down

0 comments on commit be4e19b

Please sign in to comment.