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 0a119eb commit ec843daCopy full SHA for ec843da
.github/workflows/pr-realm-js.yml
@@ -332,7 +332,7 @@ jobs:
332
# Hermes doesn't work with Cocoapods 1.15.0
333
# https://forums.developer.apple.com/forums/thread/745518
334
- name: Install older Cocoapods version
335
- if: ${{ matrix.variant.os == 'ios') }}
+ if: ${{ matrix.variant.os == 'ios' }}
336
uses: maxim-lobanov/setup-cocoapods@v1
337
with:
338
version: 1.14.3
0 commit comments