ci: remove run-vcpkg step

This commit is contained in:
Bruno Alexandre Rosa 2025-05-03 15:08:20 -03:00
parent baa7e25e30
commit 12be0fc120

View file

@ -387,14 +387,14 @@ jobs:
tools: ${{matrix.qt_tools}} tools: ${{matrix.qt_tools}}
modules: ${{matrix.qt_modules}} modules: ${{matrix.qt_modules}}
- name: Run vcpkg # - name: Run vcpkg
uses: lukka/run-vcpkg@v11 # uses: lukka/run-vcpkg@v11
with: # with:
runVcpkgInstall: true # runVcpkgInstall: true
doNotCache: false # doNotCache: false
env: # env:
VCPKG_DEFAULT_TRIPLET: 'x64-windows' # VCPKG_DEFAULT_TRIPLET: 'x64-windows'
VCPKG_DISABLE_METRICS: 1 # VCPKG_DISABLE_METRICS: 1
- name: Build Cockatrice - name: Build Cockatrice
id: build id: build