Skip to content

Commit cb13b75

Browse files
committed
Using Meson 1.0.1
1 parent e891a8b commit cb13b75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.0.0
15+
sudo pip3 install meson==1.0.1
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=25.2.9519653
77
ARG VERSION_CMAKE=3.22.1
88

99
# Package to install via pip3
10-
ARG VERSION_MESON=1.0.0
10+
ARG VERSION_MESON=1.0.1
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)