File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -131,3 +131,9 @@ runs:
131
131
if : runner.os == 'Linux'
132
132
run : ghcup gc --ghc-old --share-dir --hls-no-ghc --cache --tmpdirs --unset
133
133
shell : bash
134
+
135
+ # wamerican package provides "/usr/share/dict/words" needed by FuzzySearch tests
136
+ - name : " Install wamerican package"
137
+ if : runner.os == 'Linux'
138
+ run : sudo apt-get update && sudo apt-get install -y wamerican
139
+ shell : bash
Original file line number Diff line number Diff line change 55
55
, "test/**"
56
56
, "shake-bench/**"
57
57
]'
58
- # Ensure "/usr/share/dict/words" used by FuzzySearch tests is installed
59
- - id : install_words
60
- run : sudo apt-get update && sudo apt-get install -y wamerican
61
58
62
59
test :
63
60
if : needs.pre_job.outputs.should_skip != 'true'
You can’t perform that action at this time.
0 commit comments