Update playground.yml
This commit is contained in:
		
							parent
							
								
									8a1acedae5
								
							
						
					
					
						commit
						7a3100a87c
					
				
							
								
								
									
										14
									
								
								.github/workflows/playground.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/playground.yml
									
									
									
									
										vendored
									
									
								
							| @ -17,7 +17,7 @@ env: | |||||||
|   TAG_NAME: "nightly" |   TAG_NAME: "nightly" | ||||||
|   VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" |   VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" | ||||||
|   # vcpkg version: 2024.06.15 |   # vcpkg version: 2024.06.15 | ||||||
|   VCPKG_COMMIT_ID: "f7423ee180c4b7f40d43402c2feb3859161ef625" |   VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1" | ||||||
|   VERSION: "1.2.7" |   VERSION: "1.2.7" | ||||||
|   NDK_VERSION: "r26d" |   NDK_VERSION: "r26d" | ||||||
|   #signing keys env variable checks |   #signing keys env variable checks | ||||||
| @ -166,12 +166,24 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Setup vcpkg with Github Actions binary cache |       - name: Setup vcpkg with Github Actions binary cache | ||||||
|         uses: lukka/run-vcpkg@v11 |         uses: lukka/run-vcpkg@v11 | ||||||
|  |         if: false | ||||||
|         with: |         with: | ||||||
|           vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} |           vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} | ||||||
| 
 | 
 | ||||||
|       - name: Install vcpkg dependencies |       - name: Install vcpkg dependencies | ||||||
|  |         if: false | ||||||
|         run: | |         run: | | ||||||
|           $VCPKG_ROOT/vcpkg install --x-install-root="$VCPKG_ROOT/installed" |           $VCPKG_ROOT/vcpkg install --x-install-root="$VCPKG_ROOT/installed" | ||||||
|  |            | ||||||
|  |       - name: Restore from cache and install vcpkg | ||||||
|  |         uses: lukka/run-vcpkg@v7 | ||||||
|  |         with: | ||||||
|  |           setupOnly: true | ||||||
|  |           vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} | ||||||
|  | 
 | ||||||
|  |       - name: Install vcpkg dependencies | ||||||
|  |         run: | | ||||||
|  |           $VCPKG_ROOT/vcpkg install libvpx libyuv opus aom | ||||||
| 
 | 
 | ||||||
|       - name: Show version information (Rust, cargo, Clang) |       - name: Show version information (Rust, cargo, Clang) | ||||||
|         shell: bash |         shell: bash | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user