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 a2d83e0 commit 5f18d2bCopy full SHA for 5f18d2b
.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