From 40807aaf6175ecc83e6c05ef1614e237af80d72d Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Thu, 10 Oct 2024 13:52:20 +0300 Subject: [PATCH] clear deps in network as well --- .github/workflows/network.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/network.yml b/.github/workflows/network.yml index 342edf1b..24755fd4 100644 --- a/.github/workflows/network.yml +++ b/.github/workflows/network.yml @@ -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