File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: macOS
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- xcode :
6
+ apple-clang :
7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
17
17
submodules : true
18
18
fetch-depth : 0
19
19
20
+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
21
+
20
22
- name : Cache vcpkg
21
23
uses : actions/cache@v4.0.2
22
24
id : cache-vcpkg
50
52
$cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
51
53
$env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
52
54
53
- cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_MODULES=OFF" ${{ github.workspace }}
55
+ $env:PATH = "${env:PATH}:${{ github.workspace }}/ninja-build"
56
+ cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_MODULES=OFF" -G Ninja ${{ github.workspace }}
54
57
55
58
- name : Build
56
59
working-directory : build/
You can’t perform that action at this time.
0 commit comments