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 f3557a6 commit 88a534dCopy full SHA for 88a534d
.github/workflows/gitleaks.yaml
@@ -29,16 +29,6 @@ jobs:
29
run: |
30
sudo apt update
31
sudo apt install -y mono-complete
32
- # - name: Install OpenSSL Libraries
33
- # if: steps.gitleaks.outcome != 'success'
34
- # run: |
35
- # sudo apt-get update
36
- # sudo apt-get install -y openssl
37
- # - name: Install the dotnet
38
39
- # uses: actions/setup-dotnet@v3
40
- # with:
41
- # dotnet-version: '3.1.x'
42
- name: Install the dotnet SDK to a custom directory
43
if: steps.gitleaks.outcome != 'success'
44
0 commit comments