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 605dd68 commit f388816
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }}
steps:
- name: Install winget
uses: Cyberboss/install-winget@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
wget_release_id: latest
- name: Install cygwin
run: winget install -e --id Cygwin.Cygwin --disable-interactivity --accept-source-agreements
shell: powershell
run: |
irm https://github.com/asheroto/winget-install/releases/latest/download/winget-install.ps1 | iex
winget install -e --id Cygwin.Cygwin --disable-interactivity --accept-source-agreements
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit f388816

Please sign in to comment.