Skip to content

Commit f32a624

Browse files
committed
info
1 parent 48e5556 commit f32a624

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/runpipe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
options: --privileged
2020
steps:
2121
- uses: actions/checkout@v4
22+
- name: info
23+
run: cat /proc/cmdline && echo && cat /proc/mounts && echo && ls -al /sys/fs/cgroup && echo && uname -a
2224
- name: apt
2325
run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
2426
- name: Create the configure file

0 commit comments

Comments
 (0)