diff --git a/.github/workflows/compilability_check.yml b/.github/workflows/compilability_check.yml index be57a90..872d4a0 100644 --- a/.github/workflows/compilability_check.yml +++ b/.github/workflows/compilability_check.yml @@ -12,7 +12,7 @@ jobs: - name: Setup the environment run: | - sudo pip3 install meson==1.0.1 + sudo pip3 install meson==1.2.1 sudo apt-get install nasm ninja-build - name: Executing the script diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 7e59639..e7b4ddc 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION_NDK=25.2.9519653 ARG VERSION_CMAKE=3.22.1 # Package to install via pip3 -ARG VERSION_MESON=1.0.1 +ARG VERSION_MESON=1.2.1 # The HOME variable isn't available for ENV directive (during building an image). # So we define one manually. For alpine and ubuntu it should be '/root'