Update CI config

This commit is contained in:
Georg Hagen
2024-06-02 19:52:38 +02:00
parent 1100511f15
commit f9909277cb

View File

@@ -44,10 +44,8 @@ jobs:
- 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 libassimp-dev ninja-build
- name: Install repo mirror list
run: cp ${{github.workspace}}/
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDEPENDENCY_MIRROR_FILE=${{github.workspace}}/workflows/DependencyMirrors.txt
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Test