Skip to content

Commit ef23768

Browse files
committed
Skip vcpkg setup for VC6 builds
1 parent c428c9d commit ef23768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
arch: x86
114114

115115
- name: Setup vcpkg
116+
if: startsWith(inputs.preset, 'win32')
116117
uses: lukka/run-vcpkg@v11
117118

118119
- name: Configure ${{ inputs.game }} with CMake Using ${{ inputs.preset }}${{ inputs.tools && '+t' || '' }}${{ inputs.extras && '+e' || '' }} Preset

0 commit comments

Comments
 (0)