Install QtApng dependency
This commit is contained in:
		
							parent
							
								
									be0fa26e85
								
							
						
					
					
						commit
						8da71b6510
					
				
							
								
								
									
										7
									
								
								.github/workflows/cmake.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/cmake.yml
									
									
									
									
										vendored
									
									
								
							@ -45,6 +45,13 @@ jobs:
 | 
			
		||||
    - name: Install Qt5
 | 
			
		||||
      run: sudo apt update -y && sudo apt install -y qt5-default
 | 
			
		||||
 | 
			
		||||
    - name: Install QtApng
 | 
			
		||||
      run: |
 | 
			
		||||
        git clone https://github.com/Skycoder42/QtApng
 | 
			
		||||
        cd QtApng
 | 
			
		||||
        qmake
 | 
			
		||||
        sudo make install
 | 
			
		||||
 | 
			
		||||
    - name: Create Build Environment
 | 
			
		||||
      # Some projects don't allow in-source building, so create a separate build directory
 | 
			
		||||
      # We'll use this as our working directory for all subsequent commands
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user