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 c68ede1 commit 58d6f56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lambda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
arch: x86_64 # Other valid options for linux: 'aarch64'
- name: deploy lambda
env:
OPENSSL_LIB_DIR: /usr/lib/x86_64-linux-gnu
OPENSSL_DIR: /usr
OPENSSL_DIR: usr/lib/ssl
OPENSSL_INCLUDE_DIR: /usr/include/openssl
OPENSSL_LIB_DIR: /usr/lib/x86-linux-gnu
run: |
cargo lambda build --release
cargo lambda deploy erfiume-fetcher

0 comments on commit 58d6f56

Please sign in to comment.