Browse Source
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Update also OpenSSL version in Ubuntu and Coverage jobs.
pull/19327/head
Victor Stinner
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/build.yml
-
.github/workflows/coverage.yml
|
|
|
@ -65,7 +65,7 @@ jobs: |
|
|
|
name: 'Ubuntu' |
|
|
|
runs-on: ubuntu-latest |
|
|
|
env: |
|
|
|
OPENSSL_VER: 1.1.1d |
|
|
|
OPENSSL_VER: 1.1.1f |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Install Dependencies |
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
name: 'Ubuntu (Coverage)' |
|
|
|
runs-on: ubuntu-latest |
|
|
|
env: |
|
|
|
OPENSSL_VER: 1.1.1d |
|
|
|
OPENSSL_VER: 1.1.1f |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Install Dependencies |
|
|
|
|