Skip to content

Commit

Permalink
V4 macos fix build (cocos2d#20704)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyhappygame authored Dec 3, 2021
1 parent 84a6afc commit 90f6542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
submodules: recursive
- run: python download-deps.py --r no
- run: cmake -B b -S .
- run: cmake -B b -S . -GXcode
- run: cmake --build b

macos-11:
Expand All @@ -71,8 +71,8 @@ jobs:
with:
submodules: recursive
- run: python download-deps.py --r no
- run: cmake -B b -S .
- run: cmake --build b
- run: cmake -B b -S . -GXcode
- run: cmake --build b

macos-10_15_ios:
runs-on: macos-10.15
Expand Down

0 comments on commit 90f6542

Please sign in to comment.