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 163fa86 commit ef814b9Copy full SHA for ef814b9
.github/workflows/gitleaks.yaml
@@ -29,11 +29,11 @@ jobs:
29
run: |
30
sudo apt update
31
sudo apt install -y mono-complete
32
- - name: Install required OpenSSL version
+ - name: Install OpenSSL Development Libraries
33
if: steps.gitleaks.outcome != 'success'
34
35
sudo apt-get update
36
- sudo apt-get install -y libssl1.0.0 || sudo apt-get install -y libssl1.0.2 || sudo apt-get install -y libssl1.1
+ sudo apt-get install -y libssl-dev
37
# - name: Install the dotnet
38
# if: steps.gitleaks.outcome != 'success'
39
# uses: actions/setup-dotnet@v3
0 commit comments