From 1689c21708a2ad7543b575e9a18e03381a2dbabc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Apr 2021 11:44:10 +0300 Subject: actions/check-libraries: remove the debug dir call --- .github/actions/check-libraries/action.yml | 2 -- 1 file changed, 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' -- cgit v1.2.3