Update circleCI

This commit is contained in:
Martin Lund 2024-04-01 15:55:03 +02:00
parent 0becfa3274
commit 00f57c9992

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 libinih-dev - run: sudo apt-get install -y bash-completion git meson libinih-dev liblua5.2-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