Skip to content

Commit 1e46f76

Browse files
authored
fix ios-xcode-build
1 parent f75b830 commit 1e46f76

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,11 @@ jobs:
11131113
- name: Checkout code
11141114
uses: actions/checkout@v4
11151115

1116+
- name: Setup Xcode
1117+
uses: maxim-lobanov/setup-xcode@v1
1118+
with:
1119+
xcode-version: latest-stable
1120+
11161121
- name: Build
11171122
id: cmake_build
11181123
run: |

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,11 @@ jobs:
608608
with:
609609
fetch-depth: 0
610610

611+
- name: Setup Xcode
612+
uses: maxim-lobanov/setup-xcode@v1
613+
with:
614+
xcode-version: latest-stable
615+
611616
- name: Build
612617
id: cmake_build
613618
run: |

0 commit comments

Comments
 (0)