We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99f141 commit 68db378Copy full SHA for 68db378
1 file changed
.github/workflows/hugo.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install Dart Sass
43
run: sudo snap install dart-sass
44
- name: Install PostCSS
45
- run: apt update && apt install node-postcss
+ run: sudo apt update && sudo apt install node-postcss
46
- name: Checkout
47
uses: actions/checkout@v4
48
with:
0 commit comments