Skip to content

Commit

Permalink
ci: added install winget for Windows pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: k4yt3x <[email protected]>
  • Loading branch information
k4yt3x committed Oct 7, 2024
1 parent fc108fc commit 56cf9d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install winget
uses: Cyberboss/install-winget@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit 56cf9d0

Please sign in to comment.