Added jq dependency to CI workflow
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Release APK / release (push) Failing after 17s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Release APK / release (push) Failing after 17s
				
			This commit is contained in:
		@@ -12,6 +12,9 @@ jobs:
 | 
				
			|||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Install jq
 | 
				
			||||||
 | 
					        run: apt-get update && apt-get install -y jq
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set up Flutter
 | 
					      - name: Set up Flutter
 | 
				
			||||||
        uses: subosito/flutter-action@v2
 | 
					        uses: subosito/flutter-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user