Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Pierron committed Nov 21, 2023
1 parent d472d33 commit 2b6ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache-dependency-path: "${{ matrix.scheme }}/pnpm-lock.yaml"
- name: Install node dependencies
working-directory: ${{ matrix.scheme }}
run: yarn
run: pnpm install
- name: Install pods
working-directory: ${{ matrix.scheme }}/ios
run: ${{ matrix.pod_install_command }}
Expand Down

0 comments on commit 2b6ed53

Please sign in to comment.