Skip to content

Commit 189baa9

Browse files
authoredJan 15, 2021
Merge pull request #90 from RxSwiftCommunity/fix/actions
fix: Actions to resolve dependencies before running
2 parents 994858b + f04fd38 commit 189baa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/create-release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
restore-keys: |
4343
${{ runner.os }}-spm-
4444
45+
- name: Resolve dependencies
46+
run: |
47+
brew bundle
48+
bundle
49+
4550
- name: Release XCFrameworks
4651
run: |
4752
chmod +x ./scripts/xcframeworks.sh

0 commit comments

Comments
 (0)