This commit is contained in:
		
							parent
							
								
									e850c6c880
								
							
						
					
					
						commit
						37c156b24a
					
				@ -18,12 +18,13 @@ jobs:
 | 
			
		||||
 | 
			
		||||
    - name: Prep For Local Builds
 | 
			
		||||
      run: echo "${LOCIP}      gitea.comnenos" >> /etc/hosts
 | 
			
		||||
      
 | 
			
		||||
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
 | 
			
		||||
    - name: Install Build Tools 
 | 
			
		||||
       
 | 
			
		||||
      run: apt-get update && apt-get -y --no-install-recommends install build-essential clang cmake gdb git wget && echo "********* INSTALLS COMPLETED *****************************************************************"
 | 
			
		||||
      run: |
 | 
			
		||||
        apt update 
 | 
			
		||||
        apt -y --no-install-recommends install build-essential clang cmake gdb git wget 
 | 
			
		||||
 | 
			
		||||
    - name: Create Build Environment
 | 
			
		||||
      # Some projects don't allow in-source building, so create a separate build directory
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user