Skip to content

Commit

Permalink
Installation of winget on workflow pipeline action.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 26, 2024
1 parent 8f12640 commit 6c784bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
arch: x86_amd64

- name: Install winget
uses: Cyberboss/install-winget@v1

- name: MSVC Redistributable Installation
run: |
winget install --id=Microsoft.VCRedist.2008.x86 -e
Expand Down

0 comments on commit 6c784bd

Please sign in to comment.