diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index d8db917d7..c6c6425c9 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -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'