[GitHub Actions] Improve change detection
This commit is contained in:
2
.github/actions/install-xsltproc/action.yml
vendored
2
.github/actions/install-xsltproc/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user