diff --git a/.github/workflows/DEPLOYING.yml b/.github/workflows/DEPLOYING.yml index a739bb9a..670c6c06 100644 --- a/.github/workflows/DEPLOYING.yml +++ b/.github/workflows/DEPLOYING.yml @@ -25,7 +25,7 @@ jobs: - name: Install Qt run: | sudo apt-get update - sudo apt-get install -y qtbase5-dev qt5-qmake + sudo apt-get install -y qtbase5-dev qt5-qmake libqt5svg5-dev - name: Build application run: | cd ${GITHUB_WORKSPACE}/application