Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Oct 13, 2024
1 parent 57b2562 commit 9428daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
arch: x86_64 # Other valid options for linux: 'aarch64'
- name: deploy lambda
env:
OPENSSL_DIR: /usr/lib/x86_64-linux-gnu
OPENSSL_LIB_DIR: /usr/lib/x86_64-linux-gnu
OPENSSL_DIR: /usr
run: |
sudo find / -iname libssl*
cargo lambda build --release
Expand Down

0 comments on commit 9428daf

Please sign in to comment.