diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 60d1fb68..0f4b7c88 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -38,10 +38,9 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - - name: Install Linux Dependencies if: runner.os == 'Linux' - run: sudo apt-get install xorg-dev libglu1-mesa-dev -y + run: sudo apt-get install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev -y - name: Configure run: cmake -B build -S . -DBUILD_TESTING=ON -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic" ${{ matrix.platform.flags }} ${{ matrix.type.flags }} ${{ matrix.config.flags }}