Skip to content

Commit c906625

Browse files
committed
Fix CI: Install libssl-dev to resolve test runner dependency issue
1 parent 48da886 commit c906625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
9.0.x
2323
10.0.x
2424
25+
- name: Install libssl
26+
run: sudo apt-get update && sudo apt-get install -y libssl-dev
27+
2528
- name: Restore dependencies
2629
run: |
2730
dotnet restore SWEN3.Paperless.RabbitMq.sln

0 commit comments

Comments
 (0)