Skip to content

Commit da4af10

Browse files
committed
DEBUG: print base OS version
1 parent a17723c commit da4af10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
shell: bash -l {0}
4343

4444
steps:
45+
- name: Print base OS version
46+
run: |
47+
echo "Host kernel: $(uname -a)"
48+
cat /etc/os-release || echo "/etc/os-release missing"
49+
4550
- name: Install system dependencies
4651
run: |
4752
set -eux

0 commit comments

Comments
 (0)