Run apt update before installing packages in CI script
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									89fe0c7580
								
							
						
					
					
						commit
						42b2887da1
					
				| @ -5,5 +5,5 @@ steps: | |||||||
| - name: build & test | - name: build & test | ||||||
|   image: ubuntu:jammy |   image: ubuntu:jammy | ||||||
|   commands: |   commands: | ||||||
|   - apt install -y gcc python3.10 |   - apt update && apt install -y gcc python3.10 | ||||||
|   - python3.10 ./build.py |   - python3.10 ./build.py | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user