diff --git a/.github/workflows/win_build.yml b/.github/workflows/win_build.yml index cece30d..8cd84d8 100644 --- a/.github/workflows/win_build.yml +++ b/.github/workflows/win_build.yml @@ -32,12 +32,12 @@ jobs: - uses: actions/checkout@v4 - uses: ilammy/msvc-dev-cmd@v1.4.1 - name: Build with VS-C++ - run: cl BUILD.c && .\a.exe -cl + run: cl BUILD.c && a.exe -cl - name: testing CL executable run: .\build\retriever -l 'vinissou' .\src\app.c #working-directory: ${{env.GITHUB_WORKSPACE}} - name: Build-Clang - run: clang BUILD.c && .\a.exe + run: clang BUILD.c && a.exe - name: testing executable run: .\build\retriever -l 'vinissou' .\src\app.c