Skip to content

Commit f93d9d2

Browse files
feat(luarocks): Fix missing dependencies for luarocks (#1161)
1 parent d9f0e5a commit f93d9d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/luarocks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # Required to count the commits
17+
- name: Install TS CLI
18+
uses: tree-sitter/setup-action@v2
19+
20+
- name: Install C/C++ Compiler
21+
uses: rlalik/setup-cpp-compiler@master
22+
with:
23+
compiler: clang-latest
1724
- name: Get Version
1825
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
1926
- name: LuaRocks Upload

0 commit comments

Comments
 (0)