Skip to content

Commit

Permalink
use winget --disable-interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Oct 28, 2024
1 parent 4f1bbd4 commit 1e81dbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-wireguard-go-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install build tools
uses: seanmiddleditch/gha-setup-vsdevenv@v4
shell: cmd
run: |
winget install --disable-interactivity --id=Microsoft.VisualStudio.2022.BuildTools --override "--wait --add Microsoft.VisualStudio.Workload.VCTools;includeRecommended"
- name: Setup msys2
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 1e81dbf

Please sign in to comment.