Skip to content

Commit

Permalink
build: add sudo to apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshpie committed Apr 15, 2021
1 parent 375e013 commit d6a7f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-
name: Build HTML
run: |
apt update && apt install xsltproc
sudo apt install xsltproc
xsltproc --output index.html xs3p/xs3p.xsl BuildingSync.xsd
stat index.html
-
Expand Down

0 comments on commit d6a7f4c

Please sign in to comment.