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