Skip to content

Commit

Permalink
clear deps in network as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Oct 10, 2024
1 parent c6cd896 commit 40807aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: cargo install cargo-lipo
- name: Rustup add targets
run: rustup target add x86_64-apple-darwin
- name: Clear dependencies
working-directory: ./dashsync/Example
run: rm -rf Podfile.lock Pods/ *.xcworkspace
- name: Build Dependencies
working-directory: ./dashsync/Example
run: pod install --repo-update
Expand Down

0 comments on commit 40807aa

Please sign in to comment.