We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1676a commit eeda6f5Copy full SHA for eeda6f5
.github/workflows/test-winget.yml
@@ -47,8 +47,8 @@ jobs:
47
- name: Upgrade Winget
48
run: |
49
winget --version
50
- winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
51
- winget --version
+ # winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
+ # winget --version
52
# winget install Nushell.Nushell --disable-interactivity --accept-source-agreements
53
54
- name: Setup Nu
0 commit comments