Skip to content

Commit

Permalink
Merge branch 'update/meson_1.3.0' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Nov 22, 2023
2 parents 2e594d9 + 3e346b4 commit 097b732
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.2
sudo pip3 install meson==1.3.0
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=26.1.10909125
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
ARG VERSION_MESON=1.2.2
ARG VERSION_MESON=1.3.0

# 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 097b732

Please sign in to comment.