use sudo to isntall
This commit is contained in:
parent
4ab5bb2ae8
commit
9b7716bb4f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Calculate mirror drift
|
||||
run: |
|
||||
apt install jq pandoc python3-pip curl
|
||||
sudo apt-get update && sudo apt-get install -y jq pandoc python3-pip curl
|
||||
pip install yq
|
||||
mkdir dist
|
||||
bash run.sh > dist/result.md
|
||||
|
Loading…
Reference in New Issue
Block a user