Skip to content

Commit

Permalink
use stable zig version, add x86 cargo lambda target
Browse files Browse the repository at this point in the history
  • Loading branch information
jifalops committed Dec 2, 2024
1 parent 6062cc6 commit dde2366
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-unknown-linux-gnu
targets: aarch64-unknown-linux-gnu, x86_64-unknown-linux-gnu
- name: Install Zig toolchain
uses: korandoru/setup-zig@v1
with:
zig-version: master
target-platform: aarch64-linux
zig-version: 0.13.0
- name: Install Cargo Lambda
uses: jaxxstorm/[email protected]
with:
Expand Down

0 comments on commit dde2366

Please sign in to comment.