Skip to content

Commit fa495fd

Browse files
committed
Set build to x86
1 parent bc2467a commit fa495fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-installer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88
jobs:
99
build-installer:
1010
runs-on: windows-latest
11+
env:
12+
VCPKG_DEFAULT_TRIPLET: x86-windows
1113
steps:
1214
- name: Checkout code
1315
uses: actions/checkout@v4
1416

15-
1617
- name: Setup CMake
1718
uses: lukka/get-cmake@latest
1819
with:

0 commit comments

Comments
 (0)