Skip to content

Commit 6625739

Browse files
authored
Update GHA that use VCPKG to support workflow trigger (#264)
1 parent 6f5edf5 commit 6625739

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/vcpkg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
- build/*.ps1
2929
- build/*.targets
3030
- build/*.xvd
31+
workflow_dispatch: {}
3132

3233
permissions:
3334
contents: read
@@ -79,7 +80,7 @@ jobs:
7980
shared: 'ON'
8081

8182
steps:
82-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
83+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8384

8485
- name: 'Install Ninja'
8586
run: choco install ninja

.github/workflows/wsl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
- build/*.ps1
3131
- build/*.targets
3232
- build/*.yml
33+
workflow_dispatch: {}
3334

3435
permissions:
3536
contents: read
@@ -46,7 +47,7 @@ jobs:
4647
gcc: [12, 13, 14]
4748

4849
steps:
49-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5051

5152
- uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
5253

0 commit comments

Comments
 (0)