Skip to content

Commit cc288cf

Browse files
committed
info
1 parent f32a624 commit cc288cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runpipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: info
23-
run: cat /proc/cmdline && echo && cat /proc/mounts && echo && ls -al /sys/fs/cgroup && echo && uname -a
23+
run: cat /proc/cmdline && echo && cat /proc/mounts && echo && ls -al /sys/fs/cgroup && echo && uname -a && echo && stat -fc %T /sys/fs/cgroup && echo && cat /proc/self/cgroup
2424
- name: apt
2525
run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
2626
- name: Create the configure file

0 commit comments

Comments
 (0)