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
3
3
on : [push, pull_request]
4
4
5
5
jobs :
6
- apple-clang :
6
+ xcode :
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
-
22
20
- name : Cache vcpkg
23
21
uses : actions/cache@v4.0.2
24
22
id : cache-vcpkg
52
50
$cacheAccess = $(if ('${{ steps.cache-vcpkg.outputs.cache-hit }}' -eq 'true') { 'read' } else { 'write' })
53
51
$env:VCPKG_BINARY_SOURCES = "clear;files,$cachedBinaries,$cacheAccess"
54
52
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 }}
57
54
58
55
- name : Build
59
56
working-directory : build/
You can’t perform that action at this time.
0 commit comments