Skip to content

Commit

Permalink
Revert "undo clear deps"
Browse files Browse the repository at this point in the history
This reverts commit 198b07c.
  • Loading branch information
ogabrielides committed Oct 10, 2024
1 parent 198b07c commit 58f1006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
xcode-version: '15.4'
- name: Rustup add targets
run: rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
- 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 --verbose
Expand Down

0 comments on commit 58f1006

Please sign in to comment.