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
33on : [push, pull_request]
44
55jobs :
6- xcode :
6+ apple-clang :
77 strategy :
88 fail-fast : false
99 matrix :
1717 submodules : true
1818 fetch-depth : 0
1919
20+ - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
21+
2022 - name : Cache vcpkg
21232224 id : cache-vcpkg
5052 $cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
5153 $env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
5254
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 }}
5457
5558 - name : Build
5659 working-directory : build/
You can’t perform that action at this time.
0 commit comments