Skip to content

Commit

Permalink
ensure to install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 6, 2024
1 parent 9b8c9b4 commit 5557907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ jobs:
with:
submodules: recursive

- name: Install dependencies
run: |
choco install yq jq -y
shell: bash

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 5557907

Please sign in to comment.