From 6c6b5418855916968f3735234c897c65a353a68b Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Thu, 15 Aug 2024 20:43:00 +0800 Subject: [PATCH] ci: install tomli for meson (#4590) --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 79a84534f81..173ec369bed 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -69,7 +69,7 @@ install: - ps: $env:DIST_FOLDER = "rizin-$env:builder-$env:RZ_VERSION" - ps: $env:ARTIFACT_ZIP = "$env:DIST_FOLDER.zip" # Download required packages - - cmd: if defined BUILD_DIR ( %PYTHON%\python.exe -m pip install meson ninja PyYAML) + - cmd: if defined BUILD_DIR ( %PYTHON%\python.exe -m pip install meson ninja PyYAML tomli) # Build scripts build_script: diff --git a/.travis.yml b/.travis.yml index 1a6f217620b..98fbac9f90d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ cache: script: - export PR_NAME=$(echo $TRAVIS_PULL_REQUEST_SLUG | cut -d'/' -f1) - | - pip3 install -U --user meson ninja + pip3 install -U --user tomli meson ninja pip3 install --user 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python' pip3 install --user requests $SHELL travis-script