From 00f57c99921740e4e3dbafa4636e4f366c3a5858 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 1 Apr 2024 15:55:03 +0200 Subject: [PATCH] Update circleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 418ee82..8baeeb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: steps: - checkout - 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: cd tio && meson build --prefix $HOME/test/tio && ninja -C build install