Skip to content

Commit

Permalink
fix(ci): set libflags in the appropriate locations
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 15, 2024
1 parent c4cd4e9 commit 7c6f9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: Print environment
run: |
printenv
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
- name: Install `LuaFileSystem` Package
run: |
luarocks --verbose --local --lua-version=5.1 install luafilesystem
Expand All @@ -64,6 +61,9 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: Print environment
run: |
printenv
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
- name: Install `LuaFileSystem` Package
run: |
luarocks --verbose --local --lua-version=5.1 install luafilesystem
Expand All @@ -64,6 +61,9 @@ jobs:
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
luarocks --verbose pack tree-sitter-orgmode
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- variables.LIBFLAG "-std=c++11"
- name: Install `tree-sitter-norg` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-norg
Expand Down

0 comments on commit 7c6f9c3

Please sign in to comment.