workflow fix: add more dependencies

This commit is contained in:
2026-06-08 21:47:05 +02:00
parent 8f9322c4de
commit 9704760ab1
+5
View File
@@ -43,6 +43,11 @@ jobs:
git clean -ffdx git clean -ffdx
echo "Release ${TAG_NAME} will build commit $(git rev-parse HEAD)" echo "Release ${TAG_NAME} will build commit $(git rev-parse HEAD)"
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -y --no-install-recommends curl jq
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: