We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f0e5a commit f93d9d2Copy full SHA for f93d9d2
1 file changed
.github/workflows/luarocks.yml
@@ -14,6 +14,13 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
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
24
- name: Get Version
25
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
26
- name: LuaRocks Upload
0 commit comments