Skip to content

Commit

Permalink
fixup! Add TLS support w/ OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 26, 2023
1 parent 54571d3 commit 772d8d9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,14 @@ jobs:
- name: "apt-get install"
run: |
sudo apt-get update
sudo apt-get -y install g++-mingw-w64-x86-64 cmake gdb qemu-system-x86 libssl-dev \
python3-openssl python-is-python3
sudo apt-get -y install g++-mingw-w64-x86-64 cmake gdb qemu-system-x86 libssl-dev
if: runner.os == 'Linux'
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Python deps
run: pip install pyOpenSSL
- name: Host Info
run: openssl version -a
- name: Automatic core dumper analysis
Expand Down

0 comments on commit 772d8d9

Please sign in to comment.