diff --git a/.github/workflows/build-macosx-aarch64.yml b/.github/workflows/build-macosx-aarch64.yml index 4314e56d6..b97b6bfb8 100644 --- a/.github/workflows/build-macosx-aarch64.yml +++ b/.github/workflows/build-macosx-aarch64.yml @@ -67,7 +67,7 @@ jobs: luarocks --verbose pack tree-sitter-orgmode - name: "[HACK]: Set default compiler flags for MacOS systems" run: | - luarocks config --lua-version=5.1 --scope=system -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11" + luarocks config --lua-version=5.1 --local -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11" - name: Install `tree-sitter-norg` Package run: | luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg diff --git a/.github/workflows/build-macosx-x86_64.yml b/.github/workflows/build-macosx-x86_64.yml index 5a21c263a..5068799a3 100644 --- a/.github/workflows/build-macosx-x86_64.yml +++ b/.github/workflows/build-macosx-x86_64.yml @@ -66,7 +66,7 @@ jobs: luarocks --verbose pack tree-sitter-orgmode - name: "[HACK]: Set default compiler flags for MacOS systems" run: | - luarocks config --lua-version=5.1 --scope=system -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11" + luarocks config --lua-version=5.1 --local -- variables.LIBFLAG "-bundle -undefined dynamic_lookup -all_load -std=c++11" - name: Install `tree-sitter-norg` Package run: | luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg