Update build.yml

This commit is contained in:
Anthony Rabine 2023-08-10 15:27:35 +02:00 committed by GitHub
parent b4863b9ce4
commit 10138e0fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev
- name: install_qt
run : |
python3 -m aqt install-qt -m qtwebengine -O ${{ github.workspace }}/Qt/ linux desktop ${{ env.QT_VERSION }}
python3 -m aqt install-qt -m qtwebengine qtmultimedia -O ${{ github.workspace }}/Qt/ linux desktop ${{ env.QT_VERSION }}
echo ${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/bin/ >> $GITHUB_PATH
- name: build
run: |