Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit e5f853b

Browse files
committed
hopefully fix ci again
1 parent 0425a33 commit e5f853b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ jobs:
4141
uses: johnwason/vcpkg-action@v7
4242
with:
4343
manifest-dir: ${{ github.workspace }}
44-
triplet: x64-windows-release
44+
triplet: x86-windows-release
4545
token: ${{ github.token }}
46+
47+
- name: Integrate vcpkg
48+
shell: powershell
49+
run: .\vcpkg integrate install
4650

4751
- name: Build x86
4852
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)