File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
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- apple-clang :
6+ xcode :
77 strategy :
88 fail-fast : false
99 matrix :
1717 submodules : true
1818 fetch-depth : 0
1919
20- - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
21-
2220 - name : Cache vcpkg
23212422 id : cache-vcpkg
5250 $cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
5351 $env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
5452
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 }}
53+ cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_MODULES=OFF" ${{ github.workspace }}
5754
5855 - name : Build
5956 working-directory : build/
You can’t perform that action at this time.
0 commit comments