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 37a519a commit d7d80cfCopy full SHA for d7d80cf
.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
85
86
chmod +x /usr/local/bin/wrap1 /usr/local/bin/wrapper1
87
mkdir /run/lock/wrapper1.fbd136bd-9b1b-448d-84a9-e18be53ae63c.lock
88
+ (set -x; ls -l "/proc/$$/fd/1") # See what's going on.
89
ln -s -- "/proc/$$/fd/1" ~/ci-stdout
90
91
find /usr/lib/gcc \( -name cc1 -o -name cc1plus \) \
0 commit comments