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 ab70094 commit 9fd28a1Copy full SHA for 9fd28a1
.github/workflows/gitleaks.yaml
@@ -29,12 +29,11 @@ jobs:
29
run: |
30
sudo apt update
31
sudo apt install -y mono-complete
32
- - name: Install OpenSSL from PPA
+ - name: Install OpenSSL Libraries
33
if: steps.gitleaks.outcome != 'success'
34
35
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
36
sudo apt-get update
37
- sudo apt-get install -y libssl1.1 libssl-dev
+ sudo apt-get install -y openssl
38
# - name: Install the dotnet
39
# if: steps.gitleaks.outcome != 'success'
40
# uses: actions/setup-dotnet@v3
0 commit comments