mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-11-04 02:33:42 +00:00 
			
		
		
		
	Github Actions: Workaround windows-latest restore failures (#1957)
See https://github.com/actions/setup-dotnet/issues/155.
This commit is contained in:
		
							parent
							
								
									f565b0e5a6
								
							
						
					
					
						commit
						30c7b77118
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -33,6 +33,8 @@ jobs:
 | 
				
			|||||||
      - uses: actions/setup-dotnet@v1
 | 
					      - uses: actions/setup-dotnet@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          dotnet-version: 5.0.x
 | 
					          dotnet-version: 5.0.x
 | 
				
			||||||
 | 
					      - name: Clear
 | 
				
			||||||
 | 
					        run: dotnet clean && dotnet nuget locals all --clear
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: dotnet build -c "${{ matrix.configuration }}"
 | 
					        run: dotnet build -c "${{ matrix.configuration }}"
 | 
				
			||||||
      - name: Test
 | 
					      - name: Test
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user