Skip to content

Commit

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

0 comments on commit 4ce380c

Please sign in to comment.