[GitHub Actions] Improve change detection

This commit is contained in:
Corneil du Plessis
2022-11-07 16:50:15 +02:00
parent 9eacd98311
commit b41f839ee6
2 changed files with 20 additions and 13 deletions

View File

@@ -7,5 +7,5 @@ runs:
- name: 'Install xsltproc'
shell: bash
run: |
sudo apt-get update -y
sudo apt-get update -q -y
sudo apt-get install -q -y xsltproc