Skip to content

Commit

Permalink
no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Sep 26, 2023
1 parent 3a9ebf8 commit 7cc99b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/package-registry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Setup jq'
run: sudo apt-get install jq
run: apt-get install jq
- name: 'Check jq'
run: |
which jq
Expand Down

0 comments on commit 7cc99b6

Please sign in to comment.