Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DEADSEC-SECURITY authored Mar 5, 2024
1 parent 6795c46 commit 55ea6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m pip install --upgrade pip

- name: Install requirements to lambda folder
run: pip install -r lambda/requirements.txt -t lambda/
run: pip install --no-deps -r lambda/requirements.txt -t lambda/

- name: Zip Lambda fodler
run: zip -r alexa-actions-linux.zip lambda
Expand Down

0 comments on commit 55ea6a8

Please sign in to comment.