Update .gitea/workflows/ci_meson.yaml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-20.04) (push) Failing after 34s
				
			
		
			
				
	
				CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-22.04) (push) Failing after 28s
				
			
		
			
				
	
				CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-latest) (push) Failing after 29s
				
			
		
			
				
	
				CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-20.04) (push) Failing after 34s
				
			
		
			
				
	
				CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-22.04) (push) Failing after 28s
				
			
		
			
				
	
				CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-latest) (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-20.04) (push) Failing after 34s
				
			CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-22.04) (push) Failing after 28s
				
			CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-latest) (push) Failing after 29s
				
			CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-20.04) (push) Failing after 34s
				
			CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-22.04) (push) Failing after 28s
				
			CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-latest) (push) Has been cancelled
				
			This commit is contained in:
		
							parent
							
								
									4ab550a779
								
							
						
					
					
						commit
						5ce61e7434
					
				@ -34,7 +34,9 @@ jobs:
 | 
				
			|||||||
            - name: Install PIP Dependencies
 | 
					            - name: Install PIP Dependencies
 | 
				
			||||||
              run: python -m pip install meson==${{ matrix.meson_version }} ninja
 | 
					              run: python -m pip install meson==${{ matrix.meson_version }} ninja
 | 
				
			||||||
            - name: Install APT Dependencies
 | 
					            - name: Install APT Dependencies
 | 
				
			||||||
              run: apt install -y cmake clang build-essential
 | 
					              run: |
 | 
				
			||||||
 | 
					                apt update -y
 | 
				
			||||||
 | 
					                apt install -y cmake clang build-essential
 | 
				
			||||||
            - name: Configure Project
 | 
					            - name: Configure Project
 | 
				
			||||||
              run: meson setup build
 | 
					              run: meson setup build
 | 
				
			||||||
              env:
 | 
					              env:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user