fixed pipeline dep
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 24s

This commit is contained in:
Richard Mrasek
2026-06-12 10:13:43 +02:00
parent 874477bbc1
commit e85c36715a

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install runtime tools - name: Install runtime tools
run: | run: |
apk add --no-cache bash git python3 jq curl apk add --no-cache bash git python3 jq curl gcc musl-dev librdkafka-dev
curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv ln -sf "${HOME}/.local/bin/uv" /usr/local/bin/uv