mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 10:11:34 +01:00 
			
		
		
		
	fix: windows compilation
This commit is contained in:
		
							parent
							
								
									21320e29ef
								
							
						
					
					
						commit
						1bfe0ea600
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										7
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -35,5 +35,10 @@ jobs: | |||
|       - name: build | ||||
|         run: cmake --build build -j4 | ||||
| 
 | ||||
|       - name: run | ||||
|       - name: run on unix-like | ||||
|         if: startsWith(matrix.os, 'macOS') || startsWith(matrix.os,'ubuntu') | ||||
|         run: ./build/Greeter | ||||
| 
 | ||||
|       - name: run on windows | ||||
|         if: startsWith(matrix.os, 'windows') | ||||
|         run: ./build/Debug/Greeter.exe | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue