Skip to content

Commit 8c8b4d4

Browse files
committed
ci:fixed mac build
1 parent 22f029f commit 8c8b4d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/macbuild.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141

4242
- name: brew install
4343
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
44-
44+
45+
- name: Set up Dependency x86_64 Environment
46+
if: matrix.os == 'macos-13'
47+
run: |
48+
cd libxengine
49+
chmod 777 *
50+
./XEngine_LINEnv.sh -i 3
4551
- name: Set up Dependency Arm64 Environment
4652
if: matrix.os == 'macos-14'
4753
run: |

0 commit comments

Comments
 (0)