File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,11 @@ stages:
41
41
pip_packages : pyspelling
42
42
43
43
- bash : |
44
- wget -O en_US.aff https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.aff?id=a4473e06b56bfe35187e302754f6baaa8d75e54f
45
- wget -O en_US.dic https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic?id=a4473e06b56bfe35187e302754f6baaa8d75e54f
44
+ # cgit.freedesktop.org has been down for weeks without explanation
45
+ # wget -O en_US.aff https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.aff?id=a4473e06b56bfe35187e302754f6baaa8d75e54f
46
+ # wget -O en_US.dic https://cgit.freedesktop.org/libreoffice/dictionaries/plain/en/en_US.dic?id=a4473e06b56bfe35187e302754f6baaa8d75e54f
47
+ wget -O en_US.aff https://raw.githubusercontent.com/freedesktop-unofficial-mirror/libreoffice__dictionaries/master/en/en_US.aff
48
+ wget -O en_US.dic https://raw.githubusercontent.com/freedesktop-unofficial-mirror/libreoffice__dictionaries/master/en/en_US.dic
46
49
displayName: Obtain dictionaries
47
50
48
51
- bash : |
You can’t perform that action at this time.
0 commit comments