From 2f9f84e1d96f4818948713c62598ced73b47579b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Mon, 15 Apr 2024 14:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9release=E7=9A=84yml=E4=B8=ADf?= =?UTF-8?q?ir-cli=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibaf956f895db6bcd9b7df53598da3bae7ec065ca --- .github/workflows/tencent_official.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tencent_official.yml b/.github/workflows/tencent_official.yml index d980b92c3..d7fddc7bb 100644 --- a/.github/workflows/tencent_official.yml +++ b/.github/workflows/tencent_official.yml @@ -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: |