Ray
					
					3 months ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: B5690EEEBB952194
				  	
				  
				
			
		
		
		
	
		
			  1 changed files with 
0 additions and 
2 deletions
			
		 
		
			
				- 
					
					
					 
					.github/workflows/windows.yml
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
												
	
		
			
				| 
				
				
					
						
					
				
				
				 | 
			
			 | 
			
			@ -22,7 +22,6 @@ jobs: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			  build: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    permissions: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      contents: write  # for actions/upload-release-asset to upload release asset | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    runs-on: windows-latest | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    strategy: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      fail-fast: false | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      max-parallel: 1 | 
			
		
		
	
	
		
			
				| 
				
					
						
					
				
				
					
						
					
				
				
				 | 
			
			 | 
			
			@ -54,7 +53,6 @@ jobs: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			          - compiler: mingw-w64 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			            ziptarget: winarm64 # We don't build arm64 with mingw-w64 yet | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			
 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			
 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    env: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      RELEASE_NAME: raylib-dev_${{ matrix.ziptarget }}_${{ matrix.compiler }} | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      GNUTARGET: default | 
			
		
		
	
	
		
			
				| 
				
					
						
					
				
				
				
				 | 
			
			 | 
			
			
 |