moved compilation to curl section
This commit is contained in:
parent
ee9e94614a
commit
a083c0fe4a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -50,7 +50,5 @@ jobs:
|
||||
- name: Test WHY2 as project
|
||||
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
|
||||
curl -o main.c https://gist.githubusercontent.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw/bfb5399607585561a97fc25e9468d03ece860c1c/WHY2%2520Example%2520App && cc main.c -lwhy2 -lcurl -ljson-c -o main
|
||||
./main
|
Loading…
x
Reference in New Issue
Block a user