We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af0c64 commit ae132d1Copy full SHA for ae132d1
1 file changed
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
- uses: actions/checkout@v4
23
- name: "xcrun simctl list"
24
run: "xcrun simctl list"
25
+ - name: Update pod repo
26
+ run: pod repo update
27
- name: "Lint"
28
run: make lint
29
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
0 commit comments