We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10210a9 commit b05c807Copy full SHA for b05c807
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
]'
58
# Ensure "/usr/share/dict/words" used by FuzzySearch tests is installed
59
- id: install_words
60
- run: apt-get update && apt-get install -y wamerican
+ run: sudo apt-get update && sudo apt-get install -y wamerican
61
62
test:
63
if: needs.pre_job.outputs.should_skip != 'true'
0 commit comments