summaryrefslogtreecommitdiffstats
path: root/.ci/templates/build-testing.yml
diff options
context:
space:
mode:
authorFlame Sage <chris062689@gmail.com>2019-08-02 04:04:21 +0200
committerGitHub <noreply@github.com>2019-08-02 04:04:21 +0200
commit978f7067eeb8553e2adccf128d28658881246d27 (patch)
tree9632549e5d0e586c07e3e1b142c426c1a17cd25d /.ci/templates/build-testing.yml
parentMerge pull request #2592 from FernandoS27/sync1 (diff)
parentCorrect apt permissions (diff)
downloadyuzu-978f7067eeb8553e2adccf128d28658881246d27.tar
yuzu-978f7067eeb8553e2adccf128d28658881246d27.tar.gz
yuzu-978f7067eeb8553e2adccf128d28658881246d27.tar.bz2
yuzu-978f7067eeb8553e2adccf128d28658881246d27.tar.lz
yuzu-978f7067eeb8553e2adccf128d28658881246d27.tar.xz
yuzu-978f7067eeb8553e2adccf128d28658881246d27.tar.zst
yuzu-978f7067eeb8553e2adccf128d28658881246d27.zip
Diffstat (limited to '.ci/templates/build-testing.yml')
-rw-r--r--.ci/templates/build-testing.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/templates/build-testing.yml b/.ci/templates/build-testing.yml
index cb7736205..a307addfd 100644
--- a/.ci/templates/build-testing.yml
+++ b/.ci/templates/build-testing.yml
@@ -10,7 +10,7 @@ jobs:
BuildSuffix: 'windows-testing'
ScriptFolder: 'windows'
steps:
- - script: pip install requests urllib3
+ - script: sudo apt upgrade python3-pip && pip install requests urllib3
displayName: 'Prepare Environment'
- task: PythonScript@0
condition: eq(variables['Build.Reason'], 'PullRequest')
@@ -30,3 +30,4 @@ jobs:
- template: ./build-single.yml
parameters:
artifactSource: 'false'
+ cache: 'false'