Skip to content

Commit 39ed28d

Browse files
committed
ci: attempt to fix ci
1 parent ea422da commit 39ed28d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
target: aarch64-pc-windows-msvc
2323
runs-on: ${{ matrix.os }}
2424
steps:
25+
- name: Install winget
26+
uses: Cyberboss/install-winget@v1
27+
with:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
wget_release_id: latest
2530
- name: Install Build Tools
26-
shell: powershell
27-
run: |
28-
winget install -e --id Microsoft.VisualStudio.2022.BuildTools
31+
run: winget install -e --id Microsoft.VisualStudio.2022.BuildTools --disable-interactivity --accept-source-agreements
2932
- uses: actions/checkout@v4
3033
env:
3134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)