Using meson 1.2.1

development
Javernaut 1 year ago
parent 89540c33c0
commit 0e60bb964a
  1. 2
      .github/workflows/compilability_check.yml
  2. 2
      tools/docker/Dockerfile

@ -12,7 +12,7 @@ jobs:
- name: Setup the environment - name: Setup the environment
run: | run: |
sudo pip3 install meson==1.0.1 sudo pip3 install meson==1.2.1
sudo apt-get install nasm ninja-build sudo apt-get install nasm ninja-build
- name: Executing the script - name: Executing the script

@ -7,7 +7,7 @@ ARG VERSION_NDK=25.2.9519653
ARG VERSION_CMAKE=3.22.1 ARG VERSION_CMAKE=3.22.1
# Package to install via pip3 # 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). # 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' # So we define one manually. For alpine and ubuntu it should be '/root'

Loading…
Cancel
Save