fixed syntax error in reci script
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m2s

This commit is contained in:
2024-07-05 10:56:43 -04:00
parent 63bbb8794e
commit 513dc1e332

View File

@@ -3,5 +3,5 @@ source $RECI/shlib/info.sh
INFO "Installing build dependencies for JGL"
GROUP="Install build dependencies" RUN '
apt-get install -yq libgl1-mesa-dev libfreetype-dev
`
'