mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
Update build.yml
This commit is contained in:
parent
b4863b9ce4
commit
10138e0fea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue