Skip to content

Commit

Permalink
vcpkg install
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent a949622 commit 2bbf9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
fail-on-cache-miss: true
- name: Setup V
run: ~/v/v symlink
- run: vcpkg install curl:x64-windows
- name: Run tests
run: |
cd ~/.vmodules
$env:PATH += ";C:\$HOME\.vmodules\vibe\curl\libcur\bin"
$env:PATH += ";C:\$HOME\.vmodules\vibe\curl\libcurl\bin"
[System.Environment]::GetEnvironmentVariable("PATH", [System.EnvironmentVariableTarget]::Machine)
# v -stats test vibe
v -stats test vibe/src/_tests_get_test.v

0 comments on commit 2bbf9e9

Please sign in to comment.