Skip to content

Commit 74ab865

Browse files
committed
workflow libxml2
1 parent fdded35 commit 74ab865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
${{ runner.os }}-carthage-
2222
- name: Dependencies
2323
run: carthage bootstrap --no-use-binaries --platform macOS --cache-builds
24+
- name: Dependency libxml2
25+
run: brew install libxml2 && brew link --force libxml2
2426
- name: macOS
2527
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack macOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "platform=macOS" test | xcpretty
2628
iOS:

0 commit comments

Comments
 (0)