Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed May 12, 2024
1 parent 3f6c013 commit 2bc6cb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
sed -i.bak "s/main/$ESCAPED_REF_NAME/g" Cartfile
- name: Carthage Update
run: carthage update
run: |
carthage update \
--no-use-binaries
- name: Build for iOS
run: |
Expand Down

0 comments on commit 2bc6cb8

Please sign in to comment.