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 c56a311 commit ba1204cCopy full SHA for ba1204c
.github/workflows/test-codegen.yml
@@ -22,10 +22,13 @@ jobs:
22
dotnet-version: '5.0.x'
23
24
- name: Install libssl
25
- run: sudo apt-get install -y libssl-dev
+ run: |
26
+ sudo apt-get update
27
+ sudo apt-get install -y libssl-dev
28
29
- name: install berp
30
run: |
31
+ openssl version
32
dotnet tool update Berp --version 1.3.0 --tool-path ~/bin
33
echo "~/bin" >> $GITHUB_PATH
34
0 commit comments