diff options
| author | 2019-08-01 21:33:53 -0400 | |
|---|---|---|
| committer | 2019-08-01 21:33:53 -0400 | |
| commit | 9aef7e5e22be122708c83a99d45e6e34a2af1da0 (patch) | |
| tree | 9632549e5d0e586c07e3e1b142c426c1a17cd25d /.ci/templates | |
| parent | Upgrade PIP version with APT (diff) | |
| download | yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.gz yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.xz yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.zip | |
Correct apt permissions
Diffstat (limited to '.ci/templates')
| -rw-r--r-- | .ci/templates/build-testing.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/build-testing.yml b/.ci/templates/build-testing.yml index 5761010c3..a307addfd 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: apt upgrade python3-pip && pip install requests urllib3 | 13 | - script: sudo apt upgrade 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') |