replaced wget for curl in why2-project

because why not
This commit is contained in:
Václav Šmejkal 2022-05-24 18:55:13 +02:00
parent ef4f9f5084
commit 031bdd0fdb

View File

@ -42,7 +42,7 @@ jobs:
run: sudo ./${{ matrix.build }} install
- name: Download WHY2 test project
run: wget -O ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw
run: curl -o ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw
- name: Build WHY2 project
run: cc ${{ matrix.test }}.c -lwhy2 -Wall -o ${{ matrix.test }}