Skip to content

Commit

Permalink
Temp 21: Install openssl dependency on ubuntu CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 13, 2023
1 parent 1c6074a commit b7e0bec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
toolchain: stable

- name: "Install OpenSSL dependencies"
run: sudo apt-get update && sudo apt-get install -y libssl-dev

- name: "Generate bdk.py and binaries"
run: bash ./scripts/generate-linux.sh

Expand Down

0 comments on commit b7e0bec

Please sign in to comment.