Skip to content

Commit

Permalink
include curl in hw
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent 2ac0a0e commit f27fa09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: |
curl https://httpbin.org --libcurl example.c
ls
- run: gcc -o hw hw.c && ./hw.exe
# - run: gcc -o hw hw.c && ./hw.exe
- run: |
curl -Lo libcurl.zip https://curl.se/windows/dl-8.11.0_1/curl-8.11.0_1-win64-mingw.zip
Expand-Archive -Path libcurl.zip -DestinationPath .
Expand Down
1 change: 1 addition & 0 deletions hw.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <curl/curl.h>
#include <stdio.h>

int main(int argc, char *argv[]) {
Expand Down

0 comments on commit f27fa09

Please # to comment.