diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8456198..cac0b1b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -49,15 +49,17 @@ jobs: fail-on-cache-miss: true - name: Setup V run: ~/v/v symlink + - shell: cmd + run: dir /s /b %USERPROFILE% - run: ls -Recurse ~/.vmodules/vibe/curl - name: Run tests shell: cmd run: | v --version - C:%HOMEPATH%\.vmodules\vibe\curl\libcurl\bin\curl --version + %USERPROFILE%\.vmodules\vibe\curl\libcurl\bin\curl --version cd C:%HOMEPATH%\.vmodules - set PATH=%PATH%;C:%HOMEPATH%\.vmodules\vibe\curl\libcurl\bin + set PATH=%PATH%;%USERPROFILE%\.vmodules\vibe\curl\libcurl\bin echo %PATH% dir /s /b - v test C:%HOMEPATH%\.vmodules\vibe + v test %USERPROFILE%\.vmodules\vibe # v -stats test vibe/src/_tests_get_test.v