File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ functions:
51
51
#curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
52
52
53
53
# C version:
54
- curl -sfLo egos.c https://raw.githubusercontent.com/p-mongo/egos/master/egos.c
54
+ curl --retry 3 - sfLo egos.c https://raw.githubusercontent.com/p-mongo/egos/master/egos.c
55
55
gcc -O2 -g -oegos -lrt egos.c
56
56
57
57
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ functions:
51
51
#curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
52
52
53
53
# C version:
54
- curl -sfLo egos.c https://raw.githubusercontent.com/p-mongo/egos/master/egos.c
54
+ curl --retry 3 - sfLo egos.c https://raw.githubusercontent.com/p-mongo/egos/master/egos.c
55
55
gcc -O2 -g -oegos -lrt egos.c
56
56
57
57
You can’t perform that action at this time.
0 commit comments