Skip to content

Commit a867e06

Browse files
committed
Install winget
1 parent e16317d commit a867e06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
steps:
4949
- name: Checkout repository
5050
uses: actions/checkout@v4
51+
- name: Install winget
52+
uses: Cyberboss/install-winget@v1
53+
with:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
wget_release_id: latest
5156
- name: Create test script
5257
run: |
5358
mkdir $env:TEMP\test-script

0 commit comments

Comments
 (0)