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

This commit is contained in:
Richard Mrasek
2026-06-12 10:15:05 +02:00
parent e85c36715a
commit 940c090c7a

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 gcc musl-dev librdkafka-dev apk add --no-cache bash git python3 python3-dev 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