We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e65e0 commit 7dc28e5Copy full SHA for 7dc28e5
.github/workflows/alpine.yaml
@@ -131,12 +131,12 @@ jobs:
131
exec 2>&1
132
sudo chroot /srv/alpine /bin/su - runner <<'END'
133
set -x
134
- tee main.cc <<'END' >/dev/null
+ tee main.cc <<'EOF' >/dev/null
135
# include <cstdio.h>
136
int main() {
137
std::puts("Hi");
138
}
139
- END
+ EOF
140
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -fPIC -fno-math-errno -Wno-psabi -O3 \
141
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
142
-include manool/prelude.cc main.cc
0 commit comments