Skip to content

Commit e149c3e

Browse files
committed
mac ci的构建失败
1 parent bd46426 commit e149c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unreal_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
matrix:
106106
cmdinfo:
107107
- jslib_path: ${{ needs.urls.outputs.v8 }}
108-
change_backend: "sed -i '/^#if UE_4_25_OR_LATER/ { N; s/\\(\\s*\\)SupportedV8Versions\\.V9_4_146_24;/\\1SupportedV8Versions.V11_8_172;/; }' unreal/Puerts/Source/JsEnv/JsEnv.Build.cs"
108+
change_backend: "sed -i '' '/^#if UE_4_25_OR_LATER/ { N; s/\\(\\s*\\)SupportedV8Versions\\.V9_4_146_24;/\\1SupportedV8Versions.V11_8_172;/; }' unreal/Puerts/Source/JsEnv/JsEnv.Build.cs"
109109
- jslib_path: ${{ needs.urls.outputs.qjs }}
110110
change_backend: "sed -i '' 's/UseQuickjs = false/UseQuickjs = true/g' unreal/Puerts/Source/JsEnv/JsEnv.Build.cs"
111111
- jslib_path: ${{ needs.urls.outputs.node }}

0 commit comments

Comments
 (0)