Skip to content

Commit

Permalink
[#546] Remove cache pod step
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Jul 9, 2024
1 parent a18df67 commit 78dae3b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/project_workflows/add_device_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Cache Pods
uses: actions/cache@v3
id: cocoapodCache
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Bundle install
run: bundle install

Expand Down

0 comments on commit 78dae3b

Please sign in to comment.