Skip to content

Commit

Permalink
Add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Sep 3, 2023
1 parent 6a4d332 commit e4ee306
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 openssl libssl musl-tools pkg-config libssl-dev",
"sudo apt-get install build-essential openssl libssl musl-tools pkg-config libssl-dev libssl",
"pip3 install cargo-lambda",
"cargo lambda build --release --arm64 --output-format zip"
]
Expand Down

0 comments on commit e4ee306

Please sign in to comment.