Skip to content

Commit e8f2670

Browse files
committed
CI: caching: fx: rm executable name patching
1 parent a61a3c6 commit e8f2670

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/caching.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ jobs:
9292
echo "package floskell" >> cabal.project
9393
echo " ghc-options: -O0" >> cabal.project
9494
95-
# Shorten binary names as a workaround for filepath length limits in Windows,
96-
# but since tests are hardcoded on this workaround -
97-
# all platforms (in 2021-12-07) need it.
98-
- name: Workaround shorten binary names
99-
run: |
100-
sed -i.bak -e 's/haskell-language-server/hls/g' \
101-
-e 's/haskell_language_server/hls/g' \
102-
haskell-language-server.cabal cabal.project
103-
sed -i.bak -e 's/Paths_haskell_language_server/Paths_hls/g' \
104-
src/**/*.hs exe/*.hs
105-
10695
- name: Cache Cabal
10796
uses: actions/cache@v2
10897
env:

0 commit comments

Comments
 (0)