We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d8a68 commit 3a873c5Copy full SHA for 3a873c5
1 file changed
.github/workflows/vcpkg.yml
@@ -26,6 +26,7 @@ on:
26
- build/*.props
27
- build/*.ps1
28
- build/*.targets
29
+ workflow_dispatch: {}
30
31
permissions:
32
contents: read
@@ -126,7 +127,7 @@ jobs:
126
127
gameinput: 'OFF'
128
129
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
130
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
131
132
- name: 'Install Ninja'
133
run: choco install ninja
0 commit comments