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}}
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue