diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:44:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:44:10 +0300 |
commit | 1689c21708a2ad7543b575e9a18e03381a2dbabc (patch) | |
tree | fa8d3ee61a9b425c1f7c317b243d3d50a02d12a4 /.github | |
parent | README: update (diff) | |
download | build-boost-1689c21708a2ad7543b575e9a18e03381a2dbabc.tar.gz build-boost-1689c21708a2ad7543b575e9a18e03381a2dbabc.zip |
actions/check-libraries: remove the debug dir call
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/check-libraries/action.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/actions/check-libraries/action.yml b/.github/actions/check-libraries/action.yml index 0e1812f..19a59ae 100644 --- a/.github/actions/check-libraries/action.yml +++ b/.github/actions/check-libraries/action.yml @@ -26,8 +26,6 @@ runs: New-Variable toolset -Value '${{ inputs.toolset }}' -Option Constant New-Variable static -Value ('${{ inputs.static }}' -eq '1') -Option Constant - dir $librarydir - if ($static) { $prefix = 'lib' $ext = '.a' |