Skip to content

Commit

Permalink
Minor: Rename an action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 5, 2023
1 parent 6a49e83 commit 5f34af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-adb-enhanced-from-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
installAdbe:
installViaPip:
runs-on: macos-latest
timeout-minutes: 15
strategy:
Expand All @@ -38,4 +38,4 @@ jobs:
run: |
sudo pip install adb-enhanced
adbe --version
sudo pip uninstall -y adb-enhanced
sudo pip uninstall -y adb-enhanced

0 comments on commit 5f34af5

Please sign in to comment.