Update action and specify python version in msys2
This commit is contained in:
parent
8e0fa024d0
commit
369c01a765
|
|
@ -104,6 +104,8 @@ jobs:
|
||||||
mingw-w64-${{ matrix.arch }}-toolchain
|
mingw-w64-${{ matrix.arch }}-toolchain
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '>=3.5'
|
||||||
|
|
||||||
- name: Build and check
|
- name: Build and check
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -117,7 +119,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./.github/test.sh
|
./.github/test.sh
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.msystem }}-${{ matrix.arch }}
|
name: ${{ matrix.msystem }}-${{ matrix.arch }}
|
||||||
path: msys2/*.zst
|
path: msys2/*.zst
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue