Update CircleCI config

This commit is contained in:
Martin Lund 2022-03-11 13:26:07 +01:00
parent 02c0c61e07
commit d7b038d4ef

View file

@ -15,7 +15,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: sudo apt-get -qq update - run: sudo apt-get -qq update
- run: sudo apt-get install -y bash-completion git meson - run: sudo apt-get install -y bash-completion git meson libinih-dev
- run: git clone https://github.com/tio/tio.git - run: git clone https://github.com/tio/tio.git
- run: cd tio && meson build --prefix $HOME/test/tio && ninja -C build install - run: cd tio && meson build --prefix $HOME/test/tio && ninja -C build install