We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea422da commit 39ed28dCopy full SHA for 39ed28d
.github/workflows/rust.yml
@@ -22,10 +22,13 @@ jobs:
22
target: aarch64-pc-windows-msvc
23
runs-on: ${{ matrix.os }}
24
steps:
25
+ - name: Install winget
26
+ uses: Cyberboss/install-winget@v1
27
+ with:
28
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
+ wget_release_id: latest
30
- name: Install Build Tools
- shell: powershell
- run: |
- winget install -e --id Microsoft.VisualStudio.2022.BuildTools
31
+ run: winget install -e --id Microsoft.VisualStudio.2022.BuildTools --disable-interactivity --accept-source-agreements
32
- uses: actions/checkout@v4
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments