aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:44:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:44:10 +0300
commit1689c21708a2ad7543b575e9a18e03381a2dbabc (patch)
treefa8d3ee61a9b425c1f7c317b243d3d50a02d12a4
parentREADME: update (diff)
downloadbuild-boost-1689c21708a2ad7543b575e9a18e03381a2dbabc.tar.gz
build-boost-1689c21708a2ad7543b575e9a18e03381a2dbabc.zip
actions/check-libraries: remove the debug dir call
-rw-r--r--.github/actions/check-libraries/action.yml2
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'