Skip to content

Commit dd1c83f

Browse files
committed
Update trigger-site-rebuild.yml
1 parent f75a578 commit dd1c83f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/trigger-site-rebuild.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Install hunspell
10-
run: sudo pip install hunspell
10+
run: |
11+
sudo apt-get update
12+
sudo apt-get install python-dev
13+
sudo apt-get install libhunspell-dev
14+
sudo pip install hunspell
1115
- uses: actions/checkout@v4
1216
- uses: rojopolis/[email protected]
1317

0 commit comments

Comments
 (0)