Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Jan 3, 2025
1 parent 64393fd commit bfea652
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }}
steps:
- name: Install cygwin
- name: Install WinGet
shell: powershell
run: |
irm https://github.com/asheroto/winget-install/releases/latest/download/winget-install.ps1 | iex
- name: Install Git
shell: powershell
run: |
winget install -e --id Git.Git --disable-interactivity --accept-source-agreements
Get-ChildItem -Path Env:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bfea652

Please sign in to comment.