From 9d4db127b5996dfbfeb8de7cdc106039a9448e68 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Apr 2021 00:49:57 +0300 Subject: actions/build-boost: no more --verbose, it's stable --- .github/actions/build-boost/action.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github/actions') 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 }}' ` -- cgit v1.2.3