Skip to content

Commit

Permalink
windows.yml - try fixing winget installation
Browse files Browse the repository at this point in the history
Try using  Cyberboss/install-winget@v1 github action instead of chocolatery
  • Loading branch information
jan-revay authored Mar 9, 2024
1 parent 0efc9f9 commit 6aaf825
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
steps:
- name: "checkout repo"
uses: actions/checkout@v4
- name: "Install `winget`"
shell: pwsh
run: choco install winget.powershell winget winget-cli
- name: Install winget
uses: Cyberboss/install-winget@v1
- name: "Test `winget` installation"
shell: pwsh
run: winget
Expand Down

0 comments on commit 6aaf825

Please sign in to comment.