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 765713f commit 4165a1dCopy full SHA for 4165a1d
1 file changed
.github/workflows/bins.yml
@@ -281,8 +281,6 @@ jobs:
281
mkdir -p $PREFIX
282
make install
283
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/
286
cp ../lnav/README ../lnav/NEWS.md .
287
zip -r ../lnav/${{ env.LNAV_ZIPNAME }} ${{ env.LNAV_BASENAME }}
288
- name: "💉 Basic test"
0 commit comments