added sleep cuz curl is not finnishing

This commit is contained in:
Václav Šmejkal 2022-05-03 18:42:00 +02:00
parent 61ce5d0c1b
commit ee9e94614a

View File

@ -51,5 +51,6 @@ jobs:
run: |
mkdir test && cd test
curl -o main.c https://gist.githubusercontent.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw/bfb5399607585561a97fc25e9468d03ece860c1c/WHY2%2520Example%2520App
sleep 5
cc main.c -lwhy2 -lcurl -ljson-c -o main
./main