From e9ffb40e2bd9fcfcc5ee92e4d1731e8405729161 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 25 Sep 2025 18:50:27 +0500 Subject: [PATCH] fix(ci/macOS): run vcpkg on non-debug builds too Signed-off-by: Octol1ttle --- .github/actions/setup-dependencies/macos/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-dependencies/macos/action.yml b/.github/actions/setup-dependencies/macos/action.yml index 6fc3ed3bf..0e6d48621 100644 --- a/.github/actions/setup-dependencies/macos/action.yml +++ b/.github/actions/setup-dependencies/macos/action.yml @@ -42,7 +42,6 @@ runs: echo "VCPKG_BINARY_SOURCES=clear;nuget,$FEED_URL,readwrite" >> "$GITHUB_ENV" - name: Setup vcpkg environment - if: ${{ inputs.build-type == 'Debug' }} shell: bash run: | echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> "$GITHUB_ENV"