Skip to content

Commit 7dc28e5

Browse files
committed
Random backup
1 parent 52e65e0 commit 7dc28e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpine.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ jobs:
131131
exec 2>&1
132132
sudo chroot /srv/alpine /bin/su - runner <<'END'
133133
set -x
134-
tee main.cc <<'END' >/dev/null
134+
tee main.cc <<'EOF' >/dev/null
135135
# include <cstdio.h>
136136
int main() {
137137
std::puts("Hi");
138138
}
139-
END
139+
EOF
140140
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -fPIC -fno-math-errno -Wno-psabi -O3 \
141141
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
142142
-include manool/prelude.cc main.cc

0 commit comments

Comments
 (0)