Skip to content

Commit eaac032

Browse files
committed
去掉fastlane依赖
Change-Id: I505a9d6a087402345a7696258b88a18fe589ef6c
1 parent 4ee44f0 commit eaac032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/opensource.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
cmake --version
4242
4343
- name: install fir
44-
run: sudo gem install fir-cli
44+
run:
45+
sudo gem uninstall fastlane
46+
sudo gem install fir-cli
4547
- name: Fix App Version
4648
run: |
4749
rb=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')

0 commit comments

Comments
 (0)