Skip to content

Commit

Permalink
[unreal]fix macos sed error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 17, 2023
1 parent 2cd6ffe commit 5943de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unreal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
wget -O qjslib.tgz -q ${{env.QJS}}
tar xvfz qjslib.tgz -C unreal/Puerts/ThirdParty
sed -i 's/UseQuickjs = false/UseQuickjs = true/g' unreal/Puerts/Source/JsEnv/JsEnv.Build.cs
sed -i '' 's/UseQuickjs = false/UseQuickjs = true/g' unreal/Puerts/Source/JsEnv/JsEnv.Build.cs
wget -O temp.tgz -q ${{env.Engine}}
tar xvfz temp.tgz
mkdir output
Expand Down

0 comments on commit 5943de6

Please sign in to comment.