mirror of
				https://github.com/theoludwig/libcproject.git
				synced 2025-05-21 23:21:15 +02:00 
			
		
		
		
	ci: add gcc --version
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,6 +15,8 @@ jobs: | |||||||
|       - name: 'Install Build Tools' |       - name: 'Install Build Tools' | ||||||
|         run: 'sudo apt-get install --yes build-essential gcc make clang-format' |         run: 'sudo apt-get install --yes build-essential gcc make clang-format' | ||||||
|  |  | ||||||
|  |       - run: 'gcc --version' | ||||||
|  |  | ||||||
|       - run: 'make' |       - run: 'make' | ||||||
|       - run: 'make run' |       - run: 'make run' | ||||||
|       - run: 'make test' |       - run: 'make test' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user