Skip to content

Commit

Permalink
ci: attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 2, 2025
1 parent 4ced6da commit d6aba82
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@ jobs:
- os: windows-2025
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }}
defaults:
run:
shell: msys2 {0}
steps:
- name: Install winget
uses: Cyberboss/install-winget@v1
- name: Install msys2
uses: msys2/setup-msys2@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
wget_release_id: latest
update: true
install: >-
curl
git
- name: Install Build Tools
run: |
winget install -e --id Git.Git --disable-interactivity --accept-source-agreements
Expand Down

0 comments on commit d6aba82

Please sign in to comment.