Skip to content

Commit

Permalink
Update Meson build tool to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Sep 22, 2024
1 parent 83d4eb1 commit 49a46f5
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.5.1
sudo pip3 install meson==1.5.2
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=27.1.12297006
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
ARG VERSION_MESON=1.5.1
ARG VERSION_MESON=1.5.2

# 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 49a46f5

Please sign in to comment.