Skip to content

Commit 6733a9a

Browse files
authored
Update vcpkg.yml
1 parent d3e50cf commit 6733a9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/vcpkg.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
#push:
66
schedule:
77
- cron: 0 23 * * *
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -20,10 +21,10 @@ jobs:
2021
with:
2122
submodules: recursive
2223

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"
24+
# - name: Visual Studio Setup
25+
# shell: cmd
26+
# run: |
27+
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
2728

2829
- name: Install vcpkg
2930
run: |

0 commit comments

Comments
 (0)