mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix(ci): add sudo to ci apt-get commands
This commit is contained in:
parent
18f13285ec
commit
fd19d4c088
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Install jq
|
||||
run: apt-get update && apt-get install -y jq
|
||||
run: sudo apt-get update && sudo apt-get install -y jq
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -338,7 +338,7 @@ jobs:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
- run: pip install mike
|
||||
- run: apt-get update && apt-get install -y jq
|
||||
- run: sudo apt-get update && sudo apt-get install -y jq
|
||||
- run: git config user.name ci-bot
|
||||
- run: git config user.email ci-bot@example.com
|
||||
- name: Extract major version from package.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user