Added jq dependency to CI workflow
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Release APK / release (push) Failing after 37s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Release APK / release (push) Failing after 37s
				
			This commit is contained in:
		@@ -12,11 +12,18 @@ jobs:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Install jq
 | 
			
		||||
        run: apt-get update && apt-get install -y jq
 | 
			
		||||
 | 
			
		||||
      - name: Set up Flutter
 | 
			
		||||
        uses: subosito/flutter-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          flutter-version: "3.29.3"
 | 
			
		||||
 | 
			
		||||
      - name: Mark Flutter SDK as safe
 | 
			
		||||
        run: |
 | 
			
		||||
          git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.29.3-x64
 | 
			
		||||
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: flutter pub get
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user