This commit is contained in:
		@@ -20,8 +20,8 @@ jobs:
 | 
				
			|||||||
      
 | 
					      
 | 
				
			||||||
      - name: install android sdk
 | 
					      - name: install android sdk
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sudo apt update
 | 
					          sudo apt-get update
 | 
				
			||||||
          sudo apt install -y wget unzip
 | 
					          sudo apt-get install -y wget unzip
 | 
				
			||||||
          wget https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
 | 
					          wget https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
 | 
				
			||||||
          mkdir -p $HOME/android/sdk/cmdline-tools
 | 
					          mkdir -p $HOME/android/sdk/cmdline-tools
 | 
				
			||||||
          unzip commandlinetools-linux-7583922_latest.zip -d $HOME/android/sdk/cmdline-tools
 | 
					          unzip commandlinetools-linux-7583922_latest.zip -d $HOME/android/sdk/cmdline-tools
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user