Skip to content

Commit de2d654

Browse files
authored
Update build.yml to allow manual trigger (#440)
1 parent 58ce2d1 commit de2d654

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["master"]
66
pull_request:
77
branches: ["master"]
8+
workflow_dispatch:
89

910
jobs:
1011
windows-vs2022:
@@ -25,7 +26,6 @@ jobs:
2526
with:
2627
arch: x64
2728
sdk: 10.0.19041.0
28-
toolset: 14.30
2929
- name: Configure
3030
run: setup_vs2022.bat
3131
shell: cmd
@@ -53,7 +53,6 @@ jobs:
5353
with:
5454
arch: x64
5555
sdk: 10.0.19041.0
56-
toolset: 14.30
5756
- name: Configure
5857
run: setup.bat
5958
shell: cmd

0 commit comments

Comments
 (0)