We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a6afc commit 90f6542Copy full SHA for 90f6542
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
submodules: recursive
63
- run: python download-deps.py --r no
64
- - run: cmake -B b -S .
+ - run: cmake -B b -S . -GXcode
65
- run: cmake --build b
66
67
macos-11:
@@ -71,8 +71,8 @@ jobs:
71
72
73
74
75
- - run: cmake --build b
+ - run: cmake --build b
76
77
macos-10_15_ios:
78
runs-on: macos-10.15
0 commit comments