Update build.yml

This commit is contained in:
Luca D'Amico 2024-08-25 18:49:32 +02:00 committed by GitHub
parent 4d94a0dc34
commit dec52435c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- name: Create Build Environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev libfmt-dev
mkdir build
- name: Configure CMake