We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6e49b commit 5e3e97aCopy full SHA for 5e3e97a
.github/workflows/build.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Run Integration Tests .NET 2
52
run: |
53
# 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
55
wget https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz
56
tar -xzvf openssl-3.5.4.tar.gz
57
cd openssl-3.5.4
0 commit comments