Skip to content

Commit 5e3e97a

Browse files
committed
try
1 parent 0b6e49b commit 5e3e97a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Run Integration Tests .NET 2
5252
run: |
5353
# ml-kem requires openssl 3.5.0+ https://learn.microsoft.com/en-us/dotnet/standard/security/cross-platform-cryptography#ml-kem
54+
sudo apt remove openssl -y
5455
wget https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz
5556
tar -xzvf openssl-3.5.4.tar.gz
5657
cd openssl-3.5.4

0 commit comments

Comments
 (0)