Skip to content

Commit 3609152

Browse files
committed
remove useless sudo
1 parent 096783e commit 3609152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Add final_status property
7070
if: success() || failure()
7171
run: |
72-
which xsltproc || sudo apt-get install -y xsltproc
72+
which xsltproc || apt-get install -y xsltproc
7373
xml_file=".build/report.xml"
7474
echo "Fixing $xml_file"
7575
tmp_file="$(mktemp)"

0 commit comments

Comments
 (0)