Skip to content

Commit 2813505

Browse files
committed
Fix apt package name.
1 parent 0d13c9a commit 2813505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: "matrix.target == 'docs'"
6666
run: |
6767
sudo apt-get -qq update
68-
sudo apt-get -y install libenchant
68+
sudo apt-get -y install enchant
6969
7070
- name: Install dependencies
7171
run: |

0 commit comments

Comments
 (0)