Skip to content

Commit 91a8ad0

Browse files
committed
fix(ci): cpp env var
1 parent 8db04c5 commit 91a8ad0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/luarocks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Push to Luarocks
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags: # Will upload to luarocks.org when a tag is pushed
6+
- "*"
7+
pull_request: # Will test a local install without uploading to luarocks.org
78

89
jobs:
910
luarocks-upload:
@@ -27,6 +28,7 @@ jobs:
2728
uses: nvim-neorocks/luarocks-tag-release@v7
2829
env:
2930
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
31+
CXX: "clang++"
3032
with:
3133
version: ${{ env.LUAROCKS_VERSION }}
3234
dependencies: |

0 commit comments

Comments
 (0)