We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e50cf commit 6733a9aCopy full SHA for 6733a9a
.github/workflows/vcpkg.yml
@@ -5,6 +5,7 @@ on:
5
#push:
6
schedule:
7
- cron: 0 23 * * *
8
+ workflow_dispatch:
9
10
jobs:
11
build:
@@ -20,10 +21,10 @@ jobs:
20
21
with:
22
submodules: recursive
23
- - name: Visual Studio Setup
24
- shell: cmd
25
- run: |
26
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ # - name: Visual Studio Setup
+ # shell: cmd
+ # run: |
27
+ # call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
28
29
- name: Install vcpkg
30
run: |
0 commit comments