File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 53
53
with :
54
54
xcode-version : ' 15.3'
55
55
56
+ # vcpkg requires ninja which isnt available by default on macos so we add it manually
57
+ - name : Setup Ninja MacOS
58
+ if : matrix.os == 'macos-latest'
59
+ run : |
60
+ brew install ninja
61
+ echo "Ninja build system installed"
62
+
56
63
- name : Initialize vcpkg
57
64
uses : lukka/run-vcpkg@v11
58
65
with :
Original file line number Diff line number Diff line change 61
61
with :
62
62
xcode-version : ' 15.3'
63
63
64
+ # vcpkg requires ninja which isnt available by default on macos so we add it manually
65
+ - name : Setup Ninja MacOS
66
+ if : matrix.os == 'macos-latest'
67
+ run : |
68
+ brew install ninja
69
+ echo "Ninja build system installed"
70
+
64
71
- name : Initialize vcpkg
65
72
uses : lukka/run-vcpkg@v11
66
73
with :
You can’t perform that action at this time.
0 commit comments