Skip to content

Commit 05e675e

Browse files
JonnyPtneXpl0it3r
authored andcommitted
Exclude iOS shared libraries from CI as they aren't officially supported
1 parent 577af81 commit 05e675e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
arch: arm64-v8a
100100
api: 33
101101
type: { name: Debug, flags: -DCMAKE_BUILD_TYPE=Debug -DSFML_FATAL_OPENGL_ERRORS=ON }
102+
exclude: # Shared libraries are not supported on iOS
103+
- platform: { name: iOS }
104+
config: { name: Shared }
105+
- platform: { name: iOS Xcode }
106+
config: { name: Shared }
102107

103108

104109
steps:

0 commit comments

Comments
 (0)