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 bea2d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ 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
v test .
# v -stats test vibe/src/_tests_get_test.v

0 comments on commit bea2d86

Please sign in to comment.