diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index d0ab96133..b4b8143b6 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -48,6 +48,9 @@ jobs: submodules: true - name: Install Qt uses: jurplel/install-qt-action@v2 + with: + aqtversion: '==0.9.5' + py7zrversion: '==0.10.1' - name: Install dependencies run: | sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 9bcab548c..1d077bb6f 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -17,6 +17,9 @@ jobs: submodules: true - name: Install Qt uses: jurplel/install-qt-action@v2 + with: + aqtversion: '==0.9.5' + py7zrversion: '==0.10.1' - name: Install dependencies run: | sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libgmp-dev diff --git a/.github/workflows/QmakeBuilds.yml b/.github/workflows/QmakeBuilds.yml index 093be5b4c..640e4dfd5 100644 --- a/.github/workflows/QmakeBuilds.yml +++ b/.github/workflows/QmakeBuilds.yml @@ -13,6 +13,9 @@ jobs: submodules: true - name: Install Qt uses: jurplel/install-qt-action@v2 + with: + aqtversion: '==0.9.5' + py7zrversion: '==0.10.1' - name: Install dependencies run: | sudo apt-get install -y mesa-common-dev libglu1-mesa-dev libglew-dev libeigen3-dev libgmp-dev