Skip to content

Commit

Permalink
Fix the macos npm github action bug (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: jiyeong.seok <[email protected]>
  • Loading branch information
dd-jy authored Aug 2, 2024
1 parent 96e45c2 commit 2f0cc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
sudo npm install -g license-checker
npm install -g license-checker
- name: Install Pod
working-directory: ./tests/test_cocoapods/cocoapods-tips/JWSCocoapodsTips
run: pod install --clean-install
Expand Down

0 comments on commit 2f0cc36

Please sign in to comment.