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 1
1
name : macOS
2
2
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]
6
4
7
5
jobs :
8
6
xcode :
19
17
submodules : true
20
18
fetch-depth : 0
21
19
22
- - uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
23
-
24
20
- name : Cache vcpkg
25
21
uses : actions/cache@v4.0.2
26
22
id : cache-vcpkg
54
50
$cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
55
51
$env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
56
52
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 }}
59
54
60
55
- name : Build
61
56
working-directory : build/
You can’t perform that action at this time.
0 commit comments