diff --git a/.ci/emulator_install.sh b/.ci/emulator_install.sh index 7439aeafcd..deb057e73b 100755 --- a/.ci/emulator_install.sh +++ b/.ci/emulator_install.sh @@ -32,5 +32,5 @@ fi sudo apt-get install -y --no-install-recommends chrpath python3-minimal python3-pip # Install meson. python3 -m pip install meson -echo "PATH: ${PATH}" -which meson +# shellcheck disable=SC2016 +echo 'export PATH="$HOME/.local/bin:$PATH"' >>~/.bashrc