From eea133ba2e84855882de40a2ac50e7f3b1ac83ac Mon Sep 17 00:00:00 2001 From: Javernaut Date: Wed, 16 Oct 2024 15:14:51 +0200 Subject: [PATCH] Installing meson on CI via apt and therefore downgrading it to 1.3.2 --- .github/workflows/compilability_check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compilability_check.yml b/.github/workflows/compilability_check.yml index f48b097..eba85d9 100644 --- a/.github/workflows/compilability_check.yml +++ b/.github/workflows/compilability_check.yml @@ -12,8 +12,7 @@ jobs: - name: Setup the environment run: | - sudo pip3 install meson==1.5.2 - sudo apt-get install nasm ninja-build + sudo apt install meson nasm ninja-build - name: Executing the script run: |