CI fx workflow 28
This commit is contained in:
		
							parent
							
								
									a296d43987
								
							
						
					
					
						commit
						d581b113c8
					
				@ -6,7 +6,6 @@ jobs:
 | 
				
			|||||||
    runs-on: arch-latest
 | 
					    runs-on: arch-latest
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - 'master'
 | 
					      - 'master'
 | 
				
			||||||
      - 'zx'
 | 
					 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - run: echo "🎉 The job was automatically triggered by a ${{ inputs.event }} event."
 | 
					      - run: echo "🎉 The job was automatically triggered by a ${{ inputs.event }} event."
 | 
				
			||||||
      - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
 | 
					      - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
 | 
				
			||||||
 | 
				
			|||||||
@ -15,7 +15,9 @@ jobs:
 | 
				
			|||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
      - name: Installing build-essentials
 | 
					      - name: Installing build-essentials
 | 
				
			||||||
        continue-on-error: true
 | 
					        continue-on-error: true
 | 
				
			||||||
        run: apt-get install build-essential devscripts fakeroot debhelper pkg-config --no-install-recommends
 | 
					        run: |
 | 
				
			||||||
 | 
					            apt-get update
 | 
				
			||||||
 | 
					            apt-get install build-essential fakeroot debhelper pkg-config --no-install-recommends
 | 
				
			||||||
      - name: Building package
 | 
					      - name: Building package
 | 
				
			||||||
        continue-on-error: false
 | 
					        continue-on-error: false
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user