Add step to prepare environment by installing curl in publish-release job
Build / build_arch (push) Successful in 30s
Build / publish-release (push) Failing after 8s

This commit is contained in:
2026-05-13 13:23:28 +02:00
parent 158772b569
commit 5fbb643e61
+2
View File
@@ -35,6 +35,8 @@ jobs:
runs-on: ubuntu-26.04
needs: build_arch
steps:
- name: Prepare environment
run: apt update && apt install -y curl
- name: Checkout Current Repo
uses: actions/checkout@v4