Skip to content

Commit

Permalink
Fixed missing openssl dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ committed Feb 7, 2025
1 parent c273e08 commit d41592d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ jobs:
with:
dotnet-version: 7.0.x

- name: Install Dependencies
if: matrix.os == 'ubuntu-latest' && (matrix.framework == 'netcoreapp3.1' || matrix.framework == 'net5.0')
run: |
sudo apt-get update
sudo apt-get install openssl=1.*
- name: Set test flavor
id: test-flavor
shell: bash
Expand Down

0 comments on commit d41592d

Please sign in to comment.