Skip to content

Commit

Permalink
ci: add winget install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 11, 2024
1 parent 1d9ca22 commit 114724f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
fail-on-cache-miss: true
- name: Setup V
run: ~/v/v symlink
- name: Install winget
uses: Cyberboss/install-winget@v1
- run: winget install cURL.cURL --disable-interactivity --accept-source-agreements
- name: Run tests
run: |
cd ~/.vmodules
# v -stats test vibe
v -stats test vibe/src/_tests_get_test.v
v run vibe/src/_tests_get_test.v

0 comments on commit 114724f

Please sign in to comment.