Skip to content

Commit

Permalink
去掉fastlane依赖
Browse files Browse the repository at this point in the history
Change-Id: I505a9d6a087402345a7696258b88a18fe589ef6c
  • Loading branch information
SundoggyNew committed Apr 15, 2024
1 parent 4ee44f0 commit eaac032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/opensource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
cmake --version
- name: install fir
run: sudo gem install fir-cli
run:
sudo gem uninstall fastlane
sudo gem install fir-cli
- name: Fix App Version
run: |
rb=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
Expand Down

0 comments on commit eaac032

Please sign in to comment.