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 bfd3ae9 commit ff4cbbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lambda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ jobs:
platform: linux # Other valid options: 'windows' or 'darwin'
arch: x86_64 # Other valid options for linux: 'aarch64'
- name: deploy lambda
env:
OPENSSL_DIR: /usr/lib/ssl
OPENSSL_INCLUDE_DIR: /usr/include/openssl
OPENSSL_LIB_DIR: /usr/lib/x86-linux-gnu
run: |
cargo add openssl -F vendored
cargo lambda build --release
cargo lambda deploy erfiume-fetcher

0 comments on commit ff4cbbd

Please sign in to comment.