Skip to content

Commit 45330d4

Browse files
committed
fix env var
1 parent 0cc2702 commit 45330d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-2022
1414
env:
1515
CXX_STANDARD: '17'
16-
VCPKG_BUILD_TYPE: "Debug"
16+
BUILD_TYPE: 'Debug'
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: windows-2019
3333
env:
3434
CXX_STANDARD: '14'
35-
VCPKG_BUILD_TYPE: "Debug"
35+
BUILD_TYPE: 'Debug'
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:

0 commit comments

Comments
 (0)