ci: update meson to 0.63.3 due to a bug
This commit is contained in:
parent
3e37be3d8f
commit
9264f1649d
6 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ on:
|
|||
- cron: '0 10 * * 4'
|
||||
|
||||
env:
|
||||
MESON_VERSION: '0.63.0'
|
||||
MESON_VERSION: '0.63.3'
|
||||
EM_VERSION: 'tot'
|
||||
EM_CACHE_FOLDER: 'emsdk'
|
||||
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -23,7 +23,7 @@ on:
|
|||
- "**.wrap"
|
||||
|
||||
env:
|
||||
MESON_VERSION: '0.63.0'
|
||||
MESON_VERSION: '0.63.3'
|
||||
EM_VERSION: '3.1.5'
|
||||
EM_CACHE_FOLDER: 'emsdk'
|
||||
TAISEI_NOPRELOAD: 0
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -13,7 +13,7 @@ on:
|
|||
description: "Input git-ref to build as a test release"
|
||||
|
||||
env:
|
||||
MESON_VERSION: '0.63.0'
|
||||
MESON_VERSION: '0.63.3'
|
||||
EM_VERSION: '2.0.29'
|
||||
EM_CACHE_FOLDER: 'emsdk'
|
||||
TAISEI_NOPRELOAD: 0
|
||||
|
|
|
@ -23,6 +23,6 @@ RUN apt update && \
|
|||
git
|
||||
|
||||
RUN pip3 install \
|
||||
meson==0.63.0 \
|
||||
meson==0.63.3 \
|
||||
ninja \
|
||||
zstandard
|
||||
|
|
|
@ -28,7 +28,7 @@ RUN apt update && \
|
|||
cmake
|
||||
|
||||
RUN pip3 install \
|
||||
meson==0.63.0 \
|
||||
meson==0.63.3 \
|
||||
ninja \
|
||||
zstandard \
|
||||
python-gnupg
|
||||
|
|
|
@ -20,7 +20,7 @@ RUN apt-get update -qq && \
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip3 install \
|
||||
meson==0.63.0 \
|
||||
meson==0.63.3 \
|
||||
ninja \
|
||||
zstandard \
|
||||
python-gnupg
|
||||
|
|
Loading…
Reference in a new issue