Skip to content

Commit

Permalink
mayb now
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyBlender committed Dec 14, 2023
1 parent 2efbfd1 commit ae294ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
repo: cargo-lambda/cargo-lambda
platform: linux # Other valid options: 'windows' or 'darwin'
arch: aarch64 # Other valid options for linux: 'aarch64'
arch: x86_64 # Other valid options: 'aarch64'
- name: Check if code compiles
run: cargo lambda build --arm64 # no release for faster builds (this isn't going into prod)
run: cargo lambda build # no release for faster builds (this isn't going into prod)

0 comments on commit ae294ee

Please sign in to comment.