no sudo
This commit is contained in:
@@ -75,7 +75,7 @@ jobs:
|
||||
path: ./release-artifacts/
|
||||
|
||||
- name: Install jq
|
||||
run: sudo apt-get update && sudo apt-get install -y jq
|
||||
run: apt-get update && apt-get install -y jq
|
||||
|
||||
- name: Read mod info again
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user