remove download of xamarin-33
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -68,16 +68,9 @@ jobs: | |||||||
|         java-version: '8' |         java-version: '8' | ||||||
|         distribution: 'temurin' |         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 |     - name: Display java version | ||||||
|       run: 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 |     - name: Build native dependencies | ||||||
|       run: make native |       run: make native | ||||||
|  |  | ||||||
| @@ -220,10 +213,6 @@ jobs: | |||||||
|     - name: Display java version |     - name: Display java version | ||||||
|       run: 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 |     - name: Install libzip4 | ||||||
|       if: ${{ false }}  # disable for now since it is already installed on the runner |       if: ${{ false }}  # disable for now since it is already installed on the runner | ||||||
|       run: sudo apt -y install libzip4 |       run: sudo apt -y install libzip4 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll