workflow fix: add more dependencies
This commit is contained in:
@@ -43,6 +43,11 @@ jobs:
|
||||
git clean -ffdx
|
||||
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
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user