summaryrefslogtreecommitdiff
path: root/.ci/templates
diff options
context:
space:
mode:
authorGravatar Flame Sage2019-09-04 04:09:07 +0000
committerGravatar Chris2019-09-04 00:15:51 -0400
commitce3edaad26c5275bcb323cbef9219a3948280efe (patch)
tree6afd246fad5bc69a0b67062aec170c4b590e4240 /.ci/templates
parentapt update before upgrade. Use apt-get. (diff)
downloadyuzu-ce3edaad26c5275bcb323cbef9219a3948280efe.tar.gz
yuzu-ce3edaad26c5275bcb323cbef9219a3948280efe.tar.xz
yuzu-ce3edaad26c5275bcb323cbef9219a3948280efe.zip
Changed apt-get upgrade for specific package.
Diffstat (limited to '.ci/templates')
-rw-r--r--.ci/templates/build-testing.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/build-testing.yml b/.ci/templates/build-testing.yml
index 9ce072b9b..4c9625944 100644
--- a/.ci/templates/build-testing.yml
+++ b/.ci/templates/build-testing.yml
@@ -10,7 +10,7 @@ jobs:
10 BuildSuffix: 'windows-testing' 10 BuildSuffix: 'windows-testing'
11 ScriptFolder: 'windows' 11 ScriptFolder: 'windows'
12 steps: 12 steps:
13 - script: sudo apt-get update && sudo apt-get -y upgrade python3-pip && pip install requests urllib3 13 - script: sudo apt-get update && sudo apt-get --only-upgrade -y install python3-pip && pip install requests urllib3
14 displayName: 'Prepare Environment' 14 displayName: 'Prepare Environment'
15 - task: PythonScript@0 15 - task: PythonScript@0
16 condition: eq(variables['Build.Reason'], 'PullRequest') 16 condition: eq(variables['Build.Reason'], 'PullRequest')