ci: install openssl for orca webhook HMAC signing
Some checks failed
CI / Clippy (push) Successful in 2m59s
CI / Security Audit (push) Successful in 1m54s
CI / Tests (push) Successful in 4m16s
CI / Deploy (push) Successful in 1m25s
CI / E2E Tests (push) Failing after 1s
CI / Format (push) Successful in 5s

This commit is contained in:
Sharang Parnerkar
2026-04-08 14:56:12 +02:00
parent a02827a34b
commit 24b604ce51

View File

@@ -266,7 +266,7 @@ jobs:
steps:
- name: Checkout
run: |
apk add --no-cache git curl
apk add --no-cache git curl openssl
git init
git remote add origin "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git"
git fetch --depth=1 origin "${GITHUB_SHA}"