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 31fdb01 commit 3be7ed6Copy full SHA for 3be7ed6
.github/workflows/codeql-analysis-csharp.yaml
@@ -56,7 +56,14 @@ jobs:
56
# echo "Run, Build Application using script"
57
# ./location_of_script_within_repo/buildscript.sh
58
59
- - run: |
+ - name: Install dependencies
60
+ run: |
61
+ dotnet restore lib/PuppeteerSharp.sln
62
+ dotnet dev-certs https -ep lib/PuppeteerSharp.TestServer/testCert.cer
63
+ sudo openssl x509 -inform der -in lib/PuppeteerSharp.TestServer/testCert.cer -out /usr/local/share/ca-certificates/testCert.crt -outform pem
64
+ sudo update-ca-certificates
65
+ - name: Build
66
67
echo "Run, Build Application using script"
68
dotnet build lib/PuppeteerSharp.sln
69
0 commit comments