mirror of
				https://github.com/yuzu-emu/liftinstall.git
				synced 2025-11-04 15:34:52 +00:00 
			
		
		
		
	fix(CI): fix Windows CI
This commit is contained in:
		
							parent
							
								
									2120abf299
								
							
						
					
					
						commit
						679312f101
					
				
							
								
								
									
										5
									
								
								.github/workflows/test-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test-build.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -49,5 +49,10 @@ jobs:
 | 
			
		|||
    - run: npm install -g yarn
 | 
			
		||||
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - name: Download Webview2
 | 
			
		||||
      run: Invoke-WebRequest -Uri 'https://go.microsoft.com/fwlink/p/?LinkId=2124703' -OutFile 'MicrosoftEdgeWebview2Setup.exe'
 | 
			
		||||
      if: runner.os == 'Windows'
 | 
			
		||||
      shell: pwsh
 | 
			
		||||
 | 
			
		||||
    - name: Build
 | 
			
		||||
      run: cargo build --verbose
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue