reci test
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 43s

This commit is contained in:
2024-07-29 20:06:36 -04:00
parent 663109da75
commit c18fd72b74

View File

@@ -19,4 +19,5 @@ jobs:
- run: echo "Install toolchain and run ReCI build test"
- run: apt-get update && apt-get install -y lua5.3 git && 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: this exists so I can run the reci test
- run: echo "This job's status is ${{ job.status }}."