-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 }} | ||
|
@@ -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 | ||
|