diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 91aeb8a..aba861c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 . diff --git a/hw.c b/hw.c index 732d301..71f638e 100644 --- a/hw.c +++ b/hw.c @@ -1,3 +1,4 @@ +#include #include int main(int argc, char *argv[]) {