Skip to content

Commit 49a46f5

Browse files
committed
Update Meson build tool to 1.5.2
1 parent 83d4eb1 commit 49a46f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compilability_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- name: Setup the environment
1414
run: |
15-
sudo pip3 install meson==1.5.1
15+
sudo pip3 install meson==1.5.2
1616
sudo apt-get install nasm ninja-build
1717
1818
- name: Executing the script

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG VERSION_NDK=27.1.12297006
77
ARG VERSION_CMAKE=3.22.1
88

99
# Package to install via pip3
10-
ARG VERSION_MESON=1.5.1
10+
ARG VERSION_MESON=1.5.2
1111

1212
# The HOME variable isn't available for ENV directive (during building an image).
1313
# So we define one manually. For alpine and ubuntu it should be '/root'

0 commit comments

Comments
 (0)