diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 99a5e1815..0eabfa6b4 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -10,8 +10,6 @@ jobs: linux-runtime: name: Runtime (Linux) runs-on: ubuntu-latest - container: - image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93 steps: - uses: actions/checkout@v3 @@ -22,7 +20,7 @@ jobs: autoreconf -i ./configure make - make install + sudo make install - name: Upload artifact uses: actions/upload-artifact@master