1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-05 19:43:10 +00:00

Merge branch 'teal_ci' into 'master'

Fix Teal CI job

See merge request OpenMW/openmw!4191
This commit is contained in:
AnyOldName3 2024-06-21 13:04:00 +00:00
commit 82285dadc4

View file

@ -5,8 +5,9 @@ PATH=$PATH:~/luarocks/bin
pushd .
echo "Install Teal Cyan"
git clone https://github.com/teal-language/cyan.git --depth 1
git clone https://github.com/teal-language/cyan.git
cd cyan
git checkout 51649e4a814c05deaf5dde929ba82803f5170bbc
luarocks make cyan-dev-1.rockspec
popd