Skip to content

Commit

Permalink
pass 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Oct 7, 2023
1 parent 129aad5 commit 87fec18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
}

steps:
- run: git config --global core.autocrlf input # do not introduce carriage returns
- uses: actions/[email protected]

- name: Test for Win Deps cache hit
id: windep-cache
uses: actions/[email protected]
Expand All @@ -65,8 +68,6 @@ jobs:
key: windep-${{ hashFiles('buildconfig/manylinux-build/**') }}-${{ hashFiles('buildconfig/windependencies/*.sh') }}-${{ matrix.winarch }}
lookup-only: true

- run: git config --global core.autocrlf input # do not introduce carriage returns
- uses: actions/[email protected]
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
Expand All @@ -75,6 +76,7 @@ jobs:
mingw-w64-${{ matrix.winarch }}-cmake
mingw-w64-${{ matrix.winarch }}-autotools
mingw-w64-${{ matrix.winarch }}-nasm
mingw-w64-${{ matrix.winarch }}-python
# build win deps on cache miss
- name: Build Win Deps
Expand Down

0 comments on commit 87fec18

Please sign in to comment.