changed wget link to newer version
This commit is contained in:
parent
ba1c4b2ca7
commit
3963adf357
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -50,6 +50,6 @@ jobs:
|
|||||||
- name: Test WHY2 as project
|
- name: Test WHY2 as project
|
||||||
run: |
|
run: |
|
||||||
mkdir test && cd test
|
mkdir test && cd test
|
||||||
wget -O main.c https://gist.githubusercontent.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw/bfb5399607585561a97fc25e9468d03ece860c1c/WHY2%2520Example%2520App
|
wget -O main.c https://gist.githubusercontent.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw/380d6737dd9b455e35e0cedc52946db34aa4550b/WHY2%2520Example%2520App
|
||||||
cc main.c -lwhy2 -lcurl -ljson-c -o main
|
cc main.c -lwhy2 -lcurl -ljson-c -o main
|
||||||
./main
|
./main
|
Loading…
x
Reference in New Issue
Block a user