mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-10-30 23:09:20 +00:00 
			
		
		
		
	CI: Update to checkout v2, remove install NDK
- Updates to action/checkout v2, which is faster - Remove install NDK step, since it's installed by default and speeds up the build
This commit is contained in:
		 Ewout ter Hoeven
					Ewout ter Hoeven
				
			
				
					committed by
					
						 Alan Evans
						Alan Evans
					
				
			
			
				
	
			
			
			 Alan Evans
						Alan Evans
					
				
			
						parent
						
							6ac2f922e2
						
					
				
				
					commit
					577d2b13ca
				
			
							
								
								
									
										5
									
								
								.github/workflows/android.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/android.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,16 +14,13 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v1 |     - uses: actions/checkout@v2 | ||||||
|  |  | ||||||
|     - name: set up JDK 1.8 |     - name: set up JDK 1.8 | ||||||
|       uses: actions/setup-java@v1 |       uses: actions/setup-java@v1 | ||||||
|       with: |       with: | ||||||
|         java-version: 1.8 |         java-version: 1.8 | ||||||
|  |  | ||||||
|     - name: Install NDK |  | ||||||
|       run: echo "y" | sudo /usr/local/lib/android/sdk/tools/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT} |  | ||||||
|  |  | ||||||
|     - name: Validate Gradle Wrapper |     - name: Validate Gradle Wrapper | ||||||
|       uses: gradle/wrapper-validation-action@v1 |       uses: gradle/wrapper-validation-action@v1 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user