Skip to content

Commit

Permalink
Using meson 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 15, 2023
1 parent e213bac commit 86a97d4
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.2.1
sudo pip3 install meson==1.2.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=25.2.9519653
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
ARG VERSION_MESON=1.2.1
ARG VERSION_MESON=1.2.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 86a97d4

Please sign in to comment.