From 1f4913ae7d995b2c66d932a2d0a7e1051069f88e Mon Sep 17 00:00:00 2001 From: Redacted Date: Fri, 4 Oct 2024 23:36:34 -0400 Subject: [PATCH] Update .gitea/workflows/buildtest.yml --- .gitea/workflows/buildtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/buildtest.yml b/.gitea/workflows/buildtest.yml index 6ee939d..2df8062 100644 --- a/.gitea/workflows/buildtest.yml +++ b/.gitea/workflows/buildtest.yml @@ -17,6 +17,6 @@ jobs: - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "The workflow is now ready to run your tests on the runner." - run: echo "Install toolchain and run ReCI build test" - - run: apt-get update && apt-get install -y lua5.3 git x11-xserver-utils && git clone $RECI_GIT $RECI + - run: apt-get update && apt-get install -y lua5.3 git libxrandr-dev && git clone $RECI_GIT $RECI - run: lua $RECI/reci.lua -f $RECI/scripts/buildtools.reci -f reci/scripts/builddeps.reci -f $RECI/scripts/buildtest.reci - run: echo "This job's status is ${{ job.status }}."