File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11name : macOS
22
3- # Turning off macOS CI build since Apple Clang doesn't support C++20 modules
4- # on: [push, pull_request]
5- on : [pull_request]
3+ on : [push, pull_request]
64
75jobs :
86 xcode :
1917 submodules : true
2018 fetch-depth : 0
2119
22- - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
23-
2420 - name : Cache vcpkg
25212622 id : cache-vcpkg
5450 $cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
5551 $env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
5652
57- $env:PATH = "${env:PATH}:${{ github.workspace }}/ninja-build"
58- cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" -G Ninja ${{ github.workspace }}
53+ cmake "-DCMAKE_TOOLCHAIN_FILE=$vcpkgToolchain" "-DCMAKE_BUILD_TYPE=$cmakeBuildType" "-DGRAPHQL_BUILD_MODULES=OFF" ${{ github.workspace }}
5954
6055 - name : Build
6156 working-directory : build/
You can’t perform that action at this time.
0 commit comments