We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f029f commit 8c8b4d4Copy full SHA for 8c8b4d4
.github/workflows/macbuild.yml
@@ -41,7 +41,13 @@ jobs:
41
42
- name: brew install
43
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
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
51
- name: Set up Dependency Arm64 Environment
52
if: matrix.os == 'macos-14'
53
run: |
0 commit comments