Skip to content

Commit

Permalink
ci: fix pod install path
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Aug 28, 2023
1 parent 8bcbb88 commit e681a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
${{ runner.os }}-pods-
- name: Pod Install
run: pod install
run: cd Example && pod install && cd ..

- name: Run tests to generate coverage statistics # https://sonarsource.atlassian.net/browse/CPP-3987
run: |
Expand Down

0 comments on commit e681a31

Please sign in to comment.