Skip to content

Commit eeda6f5

Browse files
committed
chore: Try not upgrade winget
1 parent 6a1676a commit eeda6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-winget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Upgrade Winget
4848
run: |
4949
winget --version
50-
winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
51-
winget --version
50+
# winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
51+
# winget --version
5252
# winget install Nushell.Nushell --disable-interactivity --accept-source-agreements
5353
5454
- name: Setup Nu

0 commit comments

Comments
 (0)