Skip to content

Commit 2815fd2

Browse files
adapt arch and cpu flags and fix ios build
1 parent f7a44a3 commit 2815fd2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ jobs:
128128
with:
129129
submodules: recursive
130130

131+
- uses: maxim-lobanov/setup-xcode@v1
132+
with:
133+
xcode-version: '16.2'
134+
131135
- uses: jiro4989/setup-nim-action@v2
132136
with:
133137
nim-version: '2.2.4'
@@ -136,9 +140,7 @@ jobs:
136140
run: nimble setup -l
137141

138142
- name: Build libsdsIOS
139-
run: |
140-
export IOS_SDK_PATH=$(xcrun --show-sdk-path --sdk iphoneos)
141-
nimble libsdsIOS
143+
run: nimble libsdsIOS
142144

143145
- uses: actions/upload-artifact@v4
144146
with:

0 commit comments

Comments
 (0)