We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bfc9b commit 5db5d45Copy full SHA for 5db5d45
.github/workflows/build_and_test.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Android Studio
44
run: |
45
if [[ "${{ runner.os }}" == "Linux" ]]; then
46
- sudo snap install androidstudio --classic
+ sudo snap install studio --classic
47
elif [[ "${{ runner.os }}" == "macOS" ]]; then
48
brew install --cask android-studio
49
elif [[ "${{ runner.os }}" == "Windows" ]]; then
0 commit comments