Skip to content

Commit

Permalink
修改yml中fir-cli安装命令
Browse files Browse the repository at this point in the history
Change-Id: If1420f14c82c61325e17794dd9dad257b309e748
  • Loading branch information
SundoggyNew committed Apr 25, 2024
1 parent e65d312 commit 744dfb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: install fir
run: sudo gem install fir-cli
run: |
sudo gem uninstall fastlane
sudo gem install fir-cli
- name: Update SdkDemo Version
run: |
rb=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: install fir
run: sudo gem install fir-cli
run: |
sudo gem uninstall fastlane
sudo gem install fir-cli
- name: Fix SDKs Version
run: |
rtt=$(git describe --tags `git rev-list --tags --max-count=1`)
Expand Down

0 comments on commit 744dfb3

Please sign in to comment.