Skip to content

Commit b05c807

Browse files
committed
Add sudo
1 parent 10210a9 commit b05c807

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
@@ -57,7 +57,7 @@ jobs:
5757
]'
5858
# Ensure "/usr/share/dict/words" used by FuzzySearch tests is installed
5959
- id: install_words
60-
run: apt-get update && apt-get install -y wamerican
60+
run: sudo apt-get update && sudo apt-get install -y wamerican
6161

6262
test:
6363
if: needs.pre_job.outputs.should_skip != 'true'

0 commit comments

Comments
 (0)