use sudo to isntall

This commit is contained in:
Rodrigo de Avila 2023-08-09 20:00:51 -03:00 committed by GitHub
parent 4ab5bb2ae8
commit 9b7716bb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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