Skip to content

Commit a050a4e

Browse files
committed
ci: skip vcpkg setup for VC6 presets
1 parent 2e3c778 commit a050a4e

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: contains(inputs.preset, 'vcpkg')
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)