Skip to content

Commit

Permalink
Set OpenSSL version override
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jun 27, 2024
1 parent 0be2716 commit cd5731f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
Artifacts: ${{ github.workspace }}/artifacts/
Coverage: ${{ github.workspace }}/coverage/
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
CLR_OPENSSL_VERSION_OVERRIDE: "1.1"
defaults:
run:
shell: pwsh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-net6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
Artifacts: ${{ github.workspace }}/artifacts/
Coverage: ${{ github.workspace }}/coverage/
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
CLR_OPENSSL_VERSION_OVERRIDE: "1.1"
defaults:
run:
shell: pwsh
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- job: Linux
pool:
vmImage: "ubuntu-22.04"
variables:
CLR_OPENSSL_VERSION_OVERRIDE: '1.1'
dependsOn: GitVersion
steps:
- template: ./.pipelines/init.yml
Expand Down

0 comments on commit cd5731f

Please sign in to comment.