Skip to content

Commit

Permalink
修改release的yml中fir-cli安装命令
Browse files Browse the repository at this point in the history
Change-Id: Ibaf956f895db6bcd9b7df53598da3bae7ec065ca
  • Loading branch information
SundoggyNew committed Apr 15, 2024
1 parent 60b57d7 commit 2f9f84e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tencent_official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: |
cmake --version
- name: Common-->install fir
run: sudo gem install fir-cli
run: |
sudo gem uninstall fastlane
sudo gem install fir-cli
- name: Common-->Fix App Version
run: |
Expand Down

0 comments on commit 2f9f84e

Please sign in to comment.