Skip to content

Commit

Permalink
try workaround CI issues for Carthage build
Browse files Browse the repository at this point in the history
  • Loading branch information
3a4oT committed Nov 19, 2020
1 parent d6367c5 commit 5072642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Remove Examples folder
run: rm -rf Examples/

- name: Carthage build framework
run: carthage build --no-skip-current

Expand Down

0 comments on commit 5072642

Please sign in to comment.