diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a253f63..01936da 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,6 +7,7 @@ jobs: setup: runs-on: windows-latest steps: + - uses: actions/checkout@v4 - run: curl --version - run: curl https://httpbin.org --libcurl example.c - run: |