Skip to content

Commit

Permalink
Fix CI to manually install busted-tl
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Dec 12, 2024
1 parent e0d544e commit a26c630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ VERSION=0.1.0
build: compile check test build

dev:
luarocks install busted
luarocks install cyan
luarocks install --server=https://luarocks.org/dev busted-tl

compile:
cyan build
Expand Down
2 changes: 1 addition & 1 deletion emitter.tl-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = {
}
test_dependencies = {
"busted",
"busted-tl",
--"busted-tl",
}
build_dependencies = {
"tl >= 0.24.1",
Expand Down

0 comments on commit a26c630

Please sign in to comment.