aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/actions/build-boost/action.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 00:49:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 10:57:12 +0300
commit9d4db127b5996dfbfeb8de7cdc106039a9448e68 (patch)
tree0ebaca6627dda66dbd00e444b324af2bf38cbcff /.github/actions/build-boost/action.yml
parentproject.boost: turn off warnings unless --verbose (diff)
downloadcmake-common-9d4db127b5996dfbfeb8de7cdc106039a9448e68.tar.gz
cmake-common-9d4db127b5996dfbfeb8de7cdc106039a9448e68.zip
actions/build-boost: no more --verbose, it's stable
Diffstat (limited to '')
-rw-r--r--.github/actions/build-boost/action.yml1
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 }}' `