Skip to content

Commit e918052

Browse files
committed
💚 Fix CD on macos
1 parent 48c8783 commit e918052

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@ jobs:
2727
steps:
2828
- name: Install MSVC Compiler Toolchain
2929
uses: ilammy/msvc-dev-cmd@v1
30-
- uses: xmake-io/github-action-setup-xmake@v1
3130
- uses: leafo/gh-actions-lua@v12
3231
with:
33-
luaVersion: "5.1"
32+
luaVersion: "5.3"
3433
- uses: luarocks/gh-actions-luarocks@v6
3534
- name: Install Dependencies
3635
if: runner.os == 'macOS'
3736
run: |
38-
brew install librime
37+
brew install autoconf automake libtool
3938
- name: Install Dependencies
39+
# CMake Error:
40+
# Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
4041
run: |
4142
luarocks config variables.ZIP rpzip
4243
luarocks install rpzip
4344
luarocks install luahbtex \
4445
--server=https://ustctug.github.io/texrocks
45-
luarocks install nvim-textmate \
46-
--server=https://ustctug.github.io/texrocks
46+
# luarocks install nvim-textmate \
47+
# --server=https://ustctug.github.io/texrocks
4748
luarocks install ltreesitter \
4849
--server=https://ustctug.github.io/texrocks
49-
luarocks install lua-template \
50-
--server=https://ustctug.github.io/texrocks
50+
luarocks install lua-template
5151
luarocks pack lua-zlib
5252
luarocks pack luafilesystem
5353
luarocks pack luahbtex
54-
luarocks pack nvim-textmate
54+
# luarocks pack nvim-textmate
5555
luarocks pack ltreesitter
5656
luarocks pack lua-template
5757
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)