diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 81da35c..31150ae 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Native Dependencies - run: sudo apt install -y libsndfile-dev libsamplerate-dev libportaudio2 libasound-dev portaudio19-dev libx11-dev libgl1-mesa-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 + run: sudo apt install -y libsndfile-dev libsamplerate-dev libportaudio2 libasound-dev portaudio19-dev libx11-dev libgl1-mesa-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 - name: Install Qt uses: jurplel/install-qt-action@v2.7.2