mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Install dependencies as superuser
This commit is contained in:
parent
ef8f14e235
commit
46b5c2ee26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mod-analyze.yml
vendored
2
.github/workflows/mod-analyze.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt install jq
|
||||
sudo apt install jq
|
||||
- name: Analysing mods
|
||||
run: |
|
||||
for jsonfile in $(git ls-files '*.json'); do jq -e < $jsonfile > /dev/null || exit 1; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue