Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent 52fa487 commit 0dbf8ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0dbf8ef

Please sign in to comment.