Skip to content

Commit fcf0fbe

Browse files
committed
Updated pages-workflow to not use sudo
1 parent 9f115e2 commit fcf0fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Prereqs
1717
run : |
18-
sudo apt update
18+
apt update
1919
apt-get install -y git unzip
2020
curl -o ./nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.zip
2121
unzip nd.zip

0 commit comments

Comments
 (0)