Remove environment preparation step for curl in publish-release job
Build / build_arch (push) Successful in 30s
Build / publish-release (push) Successful in 1m30s

This commit is contained in:
2026-05-13 13:31:28 +02:00
parent 5fbb643e61
commit 786af380ba
-2
View File
@@ -35,8 +35,6 @@ 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