Skip to content

Commit dc4f720

Browse files
Update build command for C project in workflow
1 parent 786fbc9 commit dc4f720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo apt-get install build-essential -y
2121

2222
- name: Build C Project
23-
run: gcc src/*.c -o flash-http
23+
run: gcc Flash-cli.c -o flash-linux-x64 -lcurl
2424

2525
- name: Run Tests
2626
run: |

0 commit comments

Comments
 (0)