mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[gha] add ucrt windows build
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
		
							parent
							
								
									53f19e4050
								
							
						
					
					
						commit
						33ca836ad0
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/build-windows.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build-windows.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -14,8 +14,9 @@ jobs:
 | 
			
		|||
      fail-fast: true
 | 
			
		||||
      matrix:
 | 
			
		||||
        include: [
 | 
			
		||||
          { msystem: MINGW64, arch: x86_64, arch_short: x64 },
 | 
			
		||||
          { msystem: MINGW32, arch: i686, arch_short: x86   }
 | 
			
		||||
          { msystem: UCRT64,  arch: ucrt,   arch_short: x64-ucrt },
 | 
			
		||||
          { msystem: MINGW64, arch: x86_64, arch_short: x64      },
 | 
			
		||||
          { msystem: MINGW32, arch: i686,   arch_short: x86      }
 | 
			
		||||
        ]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue