diff --git a/.github/workflows/network.yml b/.github/workflows/network.yml index c3500fec..d24f22ca 100644 --- a/.github/workflows/network.yml +++ b/.github/workflows/network.yml @@ -44,7 +44,10 @@ jobs: run: cargo install cargo-lipo - name: Rustup add targets run: rustup target add x86_64-apple-darwin - - name: Dependencies + - 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 - name: Cache network info build