Skip to content

Commit

Permalink
fixup! ci: install missing build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Mar 25, 2024
1 parent 5fb17b3 commit 7218840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/emulator_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7218840

Please sign in to comment.