Skip to content

Commit 5e637a1

Browse files
committed
verbose shell output in kernel version step
1 parent 2ab6908 commit 5e637a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build2.yml

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
id: version
7878
shell: bash
7979
run: |
80+
set -x
81+
8082
LINUX_URL=https://cdn.kernel.org/pub/linux/kernel
8183
VERSION="${{ inputs.version }}"
8284
first_char=${VERSION:0:1}

0 commit comments

Comments
 (0)