Skip to content

Commit

Permalink
ci: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent 114724f commit 344a399
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ jobs:
uses: Cyberboss/install-winget@v1
- run: winget install cURL.cURL --disable-interactivity --accept-source-agreements
- name: Run tests
# shell: bash
run: |
# C:\Users\vboxuser\AppData\Local\Microsoft\WinGet\Packages\cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe\curl-8.11.0_1-win64-mingw/bin
curl -V
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
cd ~/.vmodules
# v -stats test vibe
v run vibe/src/_tests_get_test.v

0 comments on commit 344a399

Please sign in to comment.