Skip to content

Commit 41029bc

Browse files
committed
add missing vcpkg to pipeline
1 parent 211f8cc commit 41029bc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build-client-vcpkg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- CMakePresets.json
2828
- vcpkg.json
2929
- vcpkg-configuration.json
30+
workflow_dispatch:
3031

3132
jobs:
3233
build:

.github/workflows/cross-compile-client-vcpkg.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- CMakeModules/**
1313
- CMakeLists.txt
1414
- CMakePresets.json
15+
- vcpkg.json
16+
- vcpkg-configuration.json
1517
pull_request:
1618
branches: [ "core4" ]
1719
paths:
@@ -23,6 +25,8 @@ on:
2325
- CMakeModules/**
2426
- CMakeLists.txt
2527
- CMakePresets.json
28+
- vcpkg.json
29+
- vcpkg-configuration.json
2630
workflow_dispatch:
2731

2832
jobs:
@@ -45,6 +49,8 @@ jobs:
4549
with:
4650
cmakeVersion: 3.27.9
4751

52+
- uses: lukka/run-vcpkg@v11
53+
4854
- name: Dependencies
4955
run: |
5056
sudo apt update

0 commit comments

Comments
 (0)