remove download of xamarin-33
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -67,17 +67,10 @@ jobs:
 | 
			
		||||
      with:
 | 
			
		||||
        java-version: '8'
 | 
			
		||||
        distribution: 'temurin'
 | 
			
		||||
    
 | 
			
		||||
    - name: Install NDK
 | 
			
		||||
      run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}		
 | 
			
		||||
 | 
			
		||||
    - name: Display java version
 | 
			
		||||
      run: java -version
 | 
			
		||||
 | 
			
		||||
    # Some components of Keepass2Android currently target android API 33 which are not available on the runner
 | 
			
		||||
    - name: Download android-33 API
 | 
			
		||||
      run: $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-33"
 | 
			
		||||
 | 
			
		||||
    - name: Build native dependencies
 | 
			
		||||
      run: make native
 | 
			
		||||
 | 
			
		||||
@@ -220,10 +213,6 @@ jobs:
 | 
			
		||||
    - name: Display java version
 | 
			
		||||
      run: java -version
 | 
			
		||||
 | 
			
		||||
    # Some components of Keepass2Android currently target android API 33 which are not available on the runner
 | 
			
		||||
    - name: Download android-33 API
 | 
			
		||||
      run: $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-33"
 | 
			
		||||
 | 
			
		||||
    - name: Install libzip4
 | 
			
		||||
      if: ${{ false }}  # disable for now since it is already installed on the runner
 | 
			
		||||
      run: sudo apt -y install libzip4
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user