Skip to content

Commit 8559df0

Browse files
committed
fixed:mac build
1 parent cd7d5ee commit 8559df0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
./XEngine_LINEnv.sh -i 0
6161
6262
latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
63+
echo -e $(latest_tag)
64+
curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name
65+
6366
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
6467
unzip ./XEngine_Mac_Arm64.zip -d ./XEngine_Mac_Arm64
6568
cd XEngine_Mac_Arm64

0 commit comments

Comments
 (0)