Remove environment preparation step for curl in publish-release job
This commit is contained in:
@@ -35,8 +35,6 @@ jobs:
|
|||||||
runs-on: ubuntu-26.04
|
runs-on: ubuntu-26.04
|
||||||
needs: build_arch
|
needs: build_arch
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare environment
|
|
||||||
run: apt update && apt install -y curl
|
|
||||||
- name: Checkout Current Repo
|
- name: Checkout Current Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user