File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 libreadline-dev libedit-dev uuid-dev libossp-uuid-dev \
2525 libipc-run-perl libtime-hires-perl libtest-simple-perl \
2626 libgssapi-krb5-2 libicu-dev
27- curl -L "https://github.com/mesonbuild/meson/releases/download/0.57.2 /meson-0.57.2. tar.gz" -o meson-0.57.2 .tar.gz
27+ curl -L "https://github.com/mesonbuild/meson/releases/download/1.0.1 /meson-1.0.1. tar.gz" -o meson-1.0.1 .tar.gz
2828 curl -L "https://github.com/ninja-build/ninja/releases/download/v1.10.1/ninja-linux.zip" -o ninja-linux.zip
2929 unzip -o ninja-linux.zip
3030 sudo cp ninja /usr/bin/
31- tar xzf meson-0.57.2 .tar.gz
32- cd meson-0.57.2
31+ tar xzf meson-1.0.1 .tar.gz
32+ cd meson-1.0.1
3333 sudo python3 setup.py install
3434
3535 - name : configure - linux
You can’t perform that action at this time.
0 commit comments