diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-24 00:49:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-24 10:57:12 +0300 |
commit | 9d4db127b5996dfbfeb8de7cdc106039a9448e68 (patch) | |
tree | 0ebaca6627dda66dbd00e444b324af2bf38cbcff /.github/actions/build-boost | |
parent | project.boost: turn off warnings unless --verbose (diff) | |
download | cmake-common-9d4db127b5996dfbfeb8de7cdc106039a9448e68.tar.gz cmake-common-9d4db127b5996dfbfeb8de7cdc106039a9448e68.zip |
actions/build-boost: no more --verbose, it's stable
Diffstat (limited to '.github/actions/build-boost')
-rw-r--r-- | .github/actions/build-boost/action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/build-boost/action.yml b/.github/actions/build-boost/action.yml index 1f8a46c..2a47ea4 100644 --- a/.github/actions/build-boost/action.yml +++ b/.github/actions/build-boost/action.yml @@ -43,7 +43,6 @@ runs: & $python ` -m project.boost.build ` - --verbose ` --toolset '${{ inputs.toolset }}' ` --platform '${{ inputs.platform }}' ` --configuration '${{ inputs.configuration }}' ` |