Updating jaffarCommon

This commit is contained in:
SergioMartin86 2024-03-17 11:41:31 +01:00
parent a9d215a6dc
commit d61ff4580c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
run: mkdir build
- name: Installing meson and ninja
run: python3 -m pip install meson ninja
- name: Installing apt packages
run: sudo apt install libgtest-dev gcovr libtbb-dev libsdl2-dev libsdl2-image-dev
- name: Run meson configuration
run: meson setup build -DonlyOpenSource=true
- name: Building project