Skip to content

Commit ec843da

Browse files
authored
Updating pr-realm-js workflow - cleaning up parentheses (again)
1 parent 0a119eb commit ec843da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-realm-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
# Hermes doesn't work with Cocoapods 1.15.0
333333
# https://forums.developer.apple.com/forums/thread/745518
334334
- name: Install older Cocoapods version
335-
if: ${{ matrix.variant.os == 'ios') }}
335+
if: ${{ matrix.variant.os == 'ios' }}
336336
uses: maxim-lobanov/setup-cocoapods@v1
337337
with:
338338
version: 1.14.3

0 commit comments

Comments
 (0)