Skip to content

Commit

Permalink
attempt: try to manually set CC in luarocks install
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 16, 2024
1 parent fcf0ebc commit 8e8e5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
CC: clang++
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg CC=clang
luarocks --verbose pack tree-sitter-norg
- name: Install `tree-sitter-norg-meta` Package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
CC: clang++
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg CC=clang
luarocks --verbose pack tree-sitter-norg
- name: Install `tree-sitter-norg-meta` Package
run: |
Expand Down

0 comments on commit 8e8e5c1

Please sign in to comment.