Skip to content

Commit

Permalink
Running JQ related commands as superuser.
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucalin committed Jan 16, 2024
1 parent bc95eb1 commit ee234a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-blueprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- name: Install JQ
run: |
apt-get update
apt-get install -y jq
sudo apt-get update
sudo apt-get install -y jq
- name: Determine latest Core module tag
run: |
Expand Down

0 comments on commit ee234a1

Please sign in to comment.