We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e5556 commit f32a624Copy full SHA for f32a624
.github/workflows/runpipe.yml
@@ -19,6 +19,8 @@ jobs:
19
options: --privileged
20
steps:
21
- 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
24
- name: apt
25
run: sudo apt update && sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
26
- name: Create the configure file
0 commit comments