Skip to content

Commit

Permalink
Fix Teal CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid committed Jun 20, 2024
1 parent 81ceb49 commit 828367d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/teal_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 828367d

Please sign in to comment.