Skip to content

Commit

Permalink
Update Meson to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Mar 29, 2024
1 parent 336ca54 commit e0e6f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compilability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Setup the environment
run: |
sudo pip3 install meson==1.3.1
sudo pip3 install meson==1.4.0
sudo apt-get install nasm ninja-build
- name: Executing the script
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG VERSION_NDK=26.2.11394342
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
ARG VERSION_MESON=1.3.1
ARG VERSION_MESON=1.4.0

# 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'
Expand Down

0 comments on commit e0e6f15

Please sign in to comment.