removed unused flags for why2-project
This commit is contained in:
parent
e88a403c16
commit
e22cde7373
2
.github/workflows/why2-project.yml
vendored
2
.github/workflows/why2-project.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
run: wget -O ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw
|
run: wget -O ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw
|
||||||
|
|
||||||
- name: Build WHY2 project
|
- name: Build WHY2 project
|
||||||
run: cc ${{ matrix.test }}.c -lwhy2 -Wall -ljson-c -lcurl -o ${{ matrix.test }}
|
run: cc ${{ matrix.test }}.c -lwhy2 -Wall -o ${{ matrix.test }}
|
||||||
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: ./${{ matrix.test }}
|
run: ./${{ matrix.test }}
|
Loading…
x
Reference in New Issue
Block a user