Update dependencies

This commit is contained in:
2024-05-21 12:19:11 +02:00
parent a8383b9ad7
commit d896e8f29a
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ jobs:
cache: true
- name: Install Dev Packages
if: matrix.config.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y extra-cmake-modules libwayland-dev libxkbcommon-dev xorg-dev libarchive-dev libjpeg-turbo8-dev
run: sudo apt update && sudo apt install -y extra-cmake-modules libwayland-dev libxkbcommon-dev xorg-dev libarchive-dev libturbojpeg0-dev libassimp-dev
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build