Skip to content

Commit

Permalink
Install cargo-lambda using pip3 so it also installs zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Aug 13, 2023
1 parent 4a4c6cb commit c844e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
deploy:
name: Test
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sudo apt install musl-tools",
"sudo apt install pkg-config",
"sudo apt install libssl-dev",
"cargo install cargo-lambda",
"pip3 install cargo-lambda",
"cargo lambda build --release"
]
os.system("; ".join(commands))
Expand Down

0 comments on commit c844e1d

Please sign in to comment.