Skip to content

Commit 5db5d45

Browse files
committed
. e updated installation studio for linux
1 parent 51bfc9b commit 5db5d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Android Studio
4444
run: |
4545
if [[ "${{ runner.os }}" == "Linux" ]]; then
46-
sudo snap install androidstudio --classic
46+
sudo snap install studio --classic
4747
elif [[ "${{ runner.os }}" == "macOS" ]]; then
4848
brew install --cask android-studio
4949
elif [[ "${{ runner.os }}" == "Windows" ]]; then

0 commit comments

Comments
 (0)