Skip to content

Commit

Permalink
fix(ci): escape special chars with quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 15, 2024
1 parent 044b882 commit 09ce5fe
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 @@ -37,7 +37,7 @@ jobs:
- name: Print environment
run: |
printenv
- name: [HACK]: Set default compiler flags for MacOS systems
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- LIBFLAG "-std=c++11 -shared"
- name: Install `LuaFileSystem` Package
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 @@ -37,7 +37,7 @@ jobs:
- name: Print environment
run: |
printenv
- name: [HACK]: Set default compiler flags for MacOS systems
- name: "[HACK]: Set default compiler flags for MacOS systems"
run: |
luarocks config --scope=system -- LIBFLAG "-std=c++11 -shared"
- name: Install `LuaFileSystem` Package
Expand Down

0 comments on commit 09ce5fe

Please sign in to comment.