Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent 102379d commit 75840cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
run: |
v --version
C:%HOMEPATH%\.vmodules\vibe\curl\libcurl\bin\curl --version
cd ~/.vmodules
cd C:%HOMEPATH%\.vmodules
set PATH=%PATH%;C:%HOMEPATH%\.vmodules\vibe\curl\libcurl\bin
echo %PATH%
v run vibe\src\_tests_get_test.v
dir /s /b
v test vibe
# v -stats test vibe/src/_tests_get_test.v

0 comments on commit 75840cc

Please sign in to comment.