This commit is contained in:
Krasimir Angelov
2023-01-25 16:54:49 +01:00
parent a8dfe75a4c
commit e556a9a801

View File

@@ -296,11 +296,7 @@ jobs:
msystem: MINGW64
install: >-
base-devel
autoconf
automake
libtool
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-libtool
mingw-w64-x86_64-python-pip
- name: Download artifact
uses: actions/download-artifact@master
@@ -333,10 +329,10 @@ jobs:
if: github.ref == 'refs/heads/majestic' && github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.x'