1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 18:45:38 +00:00

Use stable cyan, print teal versions in CI

This commit is contained in:
uramer 2024-10-19 17:51:06 +02:00
parent bef9fc0a4b
commit 7f886f1840

View file

@ -7,8 +7,9 @@ pushd .
echo "Install Teal Cyan" echo "Install Teal Cyan"
git clone https://github.com/teal-language/cyan.git git clone https://github.com/teal-language/cyan.git
cd cyan cd cyan
git checkout 71eaea271bff489d82a9fb575b823b161b996162 git checkout v0.4.0
luarocks make cyan-dev-1.rockspec luarocks make cyan-0.4.0-1.rockspec
popd popd
cyan version
scripts/generate_teal_declarations.sh ./teal_declarations scripts/generate_teal_declarations.sh ./teal_declarations