Skip to content

Commit

Permalink
chore: update how to install winget
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Dec 19, 2024
1 parent 4135301 commit 73887f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,9 @@ jobs:
runs-on: windows-latest
needs: [build, bump_formula]
steps:
- name: install cargo
run: |
Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content
shell: pwsh
- name: install komac
run: |
cargo binstall komac --no-confirm
winget install komac
shell: pwsh
- name: Update Azion Package
shell: pwsh
Expand Down

0 comments on commit 73887f3

Please sign in to comment.