Skip to content

Commit ba1204c

Browse files
committed
Check installed openssl version
1 parent c56a311 commit ba1204c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-codegen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
dotnet-version: '5.0.x'
2323

2424
- name: Install libssl
25-
run: sudo apt-get install -y libssl-dev
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y libssl-dev
2628
2729
- name: install berp
2830
run: |
31+
openssl version
2932
dotnet tool update Berp --version 1.3.0 --tool-path ~/bin
3033
echo "~/bin" >> $GITHUB_PATH
3134

0 commit comments

Comments
 (0)