Skip to content

Commit 123ae19

Browse files
add gawk to workflow
1 parent 8a57621 commit 123ae19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: sudo snap install dart-sass
4343
- name: Install Tree-Sitter cli
4444
run: sudo npm install -g [email protected]
45+
- name: Install GAWK
46+
run: sudo apt install gawk
4547
- name: Checkout
4648
uses: actions/checkout@v4
4749
with:

0 commit comments

Comments
 (0)