We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e213bac commit 86a97d4Copy full SHA for 86a97d4
.github/workflows/compilability_check.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Setup the environment
14
run: |
15
- sudo pip3 install meson==1.2.1
+ sudo pip3 install meson==1.2.2
16
sudo apt-get install nasm ninja-build
17
18
- name: Executing the script
tools/docker/Dockerfile
@@ -7,7 +7,7 @@ ARG VERSION_NDK=25.2.9519653
7
ARG VERSION_CMAKE=3.22.1
8
9
# Package to install via pip3
10
-ARG VERSION_MESON=1.2.1
+ARG VERSION_MESON=1.2.2
11
# 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'
0 commit comments