mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 06:59:55 +00:00
Fix Teal CI job
This commit is contained in:
parent
81ceb497a1
commit
828367d0c8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue