mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	apt update before upgrade. Use apt-get.
Identified a bug in the script which uses the azure image when attempting to upgrade python3-pip. Package index was out of date because apt-get update was not ran before attempting the upgrade.
This commit is contained in:
		
							parent
							
								
									e1981b8b8d
								
							
						
					
					
						commit
						573a1e7662
					
				| @ -10,7 +10,7 @@ jobs: | ||||
|         BuildSuffix: 'windows-testing' | ||||
|         ScriptFolder: 'windows' | ||||
|   steps: | ||||
|   - script: sudo apt upgrade python3-pip && pip install requests urllib3 | ||||
|   - script: sudo apt-get update && sudo apt-get -y upgrade python3-pip && pip install requests urllib3 | ||||
|     displayName: 'Prepare Environment' | ||||
|   - task: PythonScript@0 | ||||
|     condition: eq(variables['Build.Reason'], 'PullRequest') | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user