 Ray
					
					3 years ago
						Ray
					
					3 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			  1 changed files with 
1 additions and 
1 deletions
			
		 
		
			
				- 
					
					
					 
					.github/workflows/windows.yml
				
					
					
						
							
								
									
										
											
												
	
		
			
				|  |  | @ -94,7 +94,7 @@ jobs: | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | - name: Build Library (MSVC16) | 
		
	
		
			
			|  |  |  | run: | | 
		
	
		
			
			|  |  |  | cd projects/VS2019 | 
		
	
		
			
			|  |  |  | cd projects/VS2022 | 
		
	
		
			
			|  |  |  | msbuild.exe raylib.sln /target:raylib /property:Configuration=Release /property:Platform=${{ matrix.ARCH }} | 
		
	
		
			
			|  |  |  | copy /Y .\build\raylib\bin\${{ matrix.VSARCHPATH }}\Release\raylib.lib .\..\..\build\${{ env.RELEASE_NAME }}\lib\raylib.lib | 
		
	
		
			
			|  |  |  | msbuild.exe raylib.sln /target:raylib /property:Configuration=Release.DLL /property:Platform=${{ matrix.ARCH }} | 
		
	
	
		
			
				|  |  |  |