From e8bfa7b6f05da6259ac7d598ccf49f35ecd665e9 Mon Sep 17 00:00:00 2001 From: Redacted Date: Wed, 29 Jan 2025 19:17:12 -0500 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 2df8062..0104964 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 libxrandr-dev && git clone $RECI_GIT $RECI + - run: apt-get update && apt-get install -y lua5.3 git libxrandr-dev libvulkan-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 }}."