Skip to content

Commit

Permalink
Updating pr-realm-js workflow - cleaning up parentheses (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Feb 19, 2024
1 parent 0a119eb commit ec843da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
# Hermes doesn't work with Cocoapods 1.15.0
# https://forums.developer.apple.com/forums/thread/745518
- name: Install older Cocoapods version
if: ${{ matrix.variant.os == 'ios') }}
if: ${{ matrix.variant.os == 'ios' }}
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.14.3
Expand Down

0 comments on commit ec843da

Please sign in to comment.