Skip to content

Commit 4165a1d

Browse files
committed
[build] leave terminfo out of the win build
1 parent 765713f commit 4165a1d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/bins.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,6 @@ jobs:
281281
mkdir -p $PREFIX
282282
make install
283283
ldd $PREFIX/bin/lnav.exe | grep /usr | cut -d' ' -f3 | xargs -I {} cp {} $PREFIX/bin/
284-
mkdir -p $PREFIX/lib/terminfo/78
285-
cp -r /usr/lib/terminfo/78/xterm-256color $PREFIX/lib/terminfo/78/
286284
cp ../lnav/README ../lnav/NEWS.md .
287285
zip -r ../lnav/${{ env.LNAV_ZIPNAME }} ${{ env.LNAV_BASENAME }}
288286
- name: "💉 Basic test"

0 commit comments

Comments
 (0)