mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-30 18:24:15 +01:00 
			
		
		
		
	ci: fix homebrew installation issue in actions runner images
This commit is contained in:
		
							parent
							
								
									d590cfb9d0
								
							
						
					
					
						commit
						4a86a55174
					
				
							
								
								
									
										3
									
								
								.github/workflows/verify.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/verify.yml
									
									
									
									
										vendored
									
									
								
							| @ -79,7 +79,8 @@ jobs: | ||||
|           fetch-depth: 0 | ||||
|       - name: Install dependencies | ||||
|         run: | | ||||
|           brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd | ||||
|           # workaround for https://github.com/actions/setup-python/issues/577 | ||||
|           brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd || brew link --overwrite python@3.12 | ||||
|       - name: Build | ||||
|         run: | | ||||
|           mkdir build | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user