Skip to content

Commit e8015e8

Browse files
committed
Fix CI error
1 parent 86785f4 commit e8015e8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actions/initialize-vcpkg/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ runs:
3333
env:
3434
QT_DIR: ${{ env.Qt_ROOT_DIR }}/lib/cmake/Qt6
3535
Qt6_DIR: ${{ env.Qt_ROOT_DIR }}/lib/cmake/Qt6
36-
VCPKG_CMAKE_RELEASE_BUILD_TYPE: "RelWithDebInfo"
37-
VCPKG_KEEP_ENV_VARS: "QT_DIR;Qt6_DIR;VCPKG_CMAKE_RELEASE_BUILD_TYPE;VCPKG_BUILD_TYPE;MACOSX_DEPLOYMENT_TARGET"
36+
VCPKG_KEEP_ENV_VARS: "QT_DIR;Qt6_DIR;VCPKG_BUILD_TYPE;MACOSX_DEPLOYMENT_TARGET"
3837
shell: pwsh
3938
run: |
4039
if (!(Test-Path $env:VCPKG_DEFAULT_BINARY_CACHE)) {

0 commit comments

Comments
 (0)