mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
ci: remove run-vcpkg step
This commit is contained in:
parent
baa7e25e30
commit
12be0fc120
1 changed files with 8 additions and 8 deletions
16
.github/workflows/desktop-build.yml
vendored
16
.github/workflows/desktop-build.yml
vendored
|
|
@ -387,14 +387,14 @@ jobs:
|
|||
tools: ${{matrix.qt_tools}}
|
||||
modules: ${{matrix.qt_modules}}
|
||||
|
||||
- name: Run vcpkg
|
||||
uses: lukka/run-vcpkg@v11
|
||||
with:
|
||||
runVcpkgInstall: true
|
||||
doNotCache: false
|
||||
env:
|
||||
VCPKG_DEFAULT_TRIPLET: 'x64-windows'
|
||||
VCPKG_DISABLE_METRICS: 1
|
||||
# - name: Run vcpkg
|
||||
# uses: lukka/run-vcpkg@v11
|
||||
# with:
|
||||
# runVcpkgInstall: true
|
||||
# doNotCache: false
|
||||
# env:
|
||||
# VCPKG_DEFAULT_TRIPLET: 'x64-windows'
|
||||
# VCPKG_DISABLE_METRICS: 1
|
||||
|
||||
- name: Build Cockatrice
|
||||
id: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue