Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Sep 3, 2023
1 parent 4ce380c commit 0d9a2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Expand Up @@ -4,7 +4,7 @@
import sys

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

0 comments on commit 0d9a2a1

Please sign in to comment.