Skip to content

Commit 6cbd20d

Browse files
committed
fix: pipeline dependency
1 parent affbb4f commit 6cbd20d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/api-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2828
aws-region: ${{ secrets.AWS_REGION }}
2929
- name: Install dependencies
30-
run: pip install cargo-lambda
30+
run: pip install cargo-lambda && \
31+
apt-get install -y pkg-config libssl-dev
3132
- name: Build
3233
run: |
3334
cd api

0 commit comments

Comments
 (0)