Skip to content

Commit 2c12984

Browse files
committed
improved:workflows
1 parent 8559df0 commit 2c12984

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/macbuild.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
run: |
3434
git submodule init
3535
git submodule update
36-
37-
- name: brew install
38-
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3936
4037
# 设置依赖库的环境变量
4138
- name: Set up Dependency x86_64 Environment
@@ -44,19 +41,17 @@ jobs:
4441
cd libxengine
4542
chmod 777 *
4643
47-
sudo mkdir -p /usr/local/include
48-
sudo mkdir -p /usr/local/lib
44+
# sudo mkdir -p /usr/local/include
45+
# sudo mkdir -p /usr/local/lib
4946
./XEngine_LINEnv.sh -i 3
50-
sudo cp -rf ./XEngine_Include /usr/local/include
51-
sudo find ./XEngine_Mac -name "*.dylib" -exec cp {} /usr/local/lib \;
5247
- name: Set up Dependency Arm64 Environment
5348
if: matrix.os == 'macos-14'
5449
run: |
5550
cd libxengine
5651
chmod 777 *
5752
58-
sudo mkdir -p /usr/local/include
59-
sudo mkdir -p /usr/local/lib
53+
# sudo mkdir -p /usr/local/include
54+
# sudo mkdir -p /usr/local/lib
6055
./XEngine_LINEnv.sh -i 0
6156
6257
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)

.github/workflows/msbuild.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
git submodule update
3939
shell: pwsh
4040

41-
- name: Get latest release tag
42-
id: get_latest_release
43-
run: |
44-
45-
shell: pwsh
4641
# 设置依赖库的环境变量
4742
- name: Set up Dependency x86_64 Environment
4843
if: matrix.platform == 'x64'

0 commit comments

Comments
 (0)