Skip to content

Commit dadd92f

Browse files
Fix: Removed iOS debug builds
1 parent 24de013 commit dadd92f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-release-tag.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
abi: ""
4848
- target: Linux
4949
abi: ""
50+
- target: OSX
51+
build-type: Debug
52+
- target: iOS
53+
build-type: Debug
5054
steps:
5155
- name: Configure Linux host
5256
if: ${{ runner.os == 'Linux'}}

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
abi: ""
5555
- target: OSX
5656
build-type: Debug
57+
- target: iOS
58+
build-type: Debug
5759
steps:
5860
- name: Configure Linux host
5961
if: ${{ runner.os == 'Linux'}}

0 commit comments

Comments
 (0)