Skip to content

Commit c135b8c

Browse files
committed
🏗️ Use asdf-lua
1 parent 47481fa commit c135b8c

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ build:
77
tools:
88
python: "3"
99
commands:
10-
- pip install hererocks
11-
- hererocks ~/lua -l5.1 -rlatest
12-
- scripts/ldoc.sh
10+
- asdf plugin add lua
11+
- asdf install lua 5.1
12+
# full path can declare lua version
13+
- ~/.asdf/installs/lua/5.1/luarocks/bin/luarocks install ldoc
14+
- ~/.asdf/installs/lua/5.1/luarocks/bin/ldoc .

scripts/ldoc.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)