Skip to content

Commit 3fae2a5

Browse files
committed
修改release的yml中fir-cli安装命令
Change-Id: Ibaf956f895db6bcd9b7df53598da3bae7ec065ca
1 parent 1d08145 commit 3fae2a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tencent_official.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: |
4040
cmake --version
4141
- name: Common-->install fir
42-
run: sudo gem install fir-cli
42+
run: |
43+
sudo gem uninstall fastlane
44+
sudo gem install fir-cli
4345
4446
- name: Common-->Fix App Version
4547
run: |

0 commit comments

Comments
 (0)