Skip to content

Commit

Permalink
Add ssl tools back to build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Sep 3, 2023
1 parent eccbfac commit 6a4d332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.py
Expand Up @@ -4,6 +4,7 @@
import sys

commands = [
"sudo apt-get install openssl libssl musl-tools pkg-config libssl-dev",
"pip3 install cargo-lambda",
"cargo lambda build --release --arm64 --output-format zip"
]
Expand Down

0 comments on commit 6a4d332

Please sign in to comment.