Skip to content

Commit 37b36e0

Browse files
authored
Update build.yml - set -x on creating Neovim
1 parent bb9009e commit 37b36e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
4848
- name: Test to create neovim AppImage
4949
run: |
50+
set -x
5051
mkdir -p ./out
5152
appimage_path=$(find . -name pkg2appimage*AppImage)
5253
zsync_path=$(find . -name pkg2appimage*AppImage.zsync)

0 commit comments

Comments
 (0)