From c97c1848182328a0b712d2c894ba9b6e31e36e16 Mon Sep 17 00:00:00 2001 From: johnche Date: Fri, 18 Aug 2023 10:27:50 +0800 Subject: [PATCH] =?UTF-8?q?[unreal]=E9=80=9A=E8=BF=87strategy=E7=AE=80?= =?UTF-8?q?=E5=8C=96ci=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unreal_ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unreal_ci.yml b/.github/workflows/unreal_ci.yml index 84ad97b3c2..fd9c69669e 100644 --- a/.github/workflows/unreal_ci.yml +++ b/.github/workflows/unreal_ci.yml @@ -89,9 +89,10 @@ jobs: - name: Prepare shell: bash run: | - wget -O v8lib.tgz -q ${{env.V8}} - tar xvfz v8lib.tgz -C unreal/Puerts/ThirdParty + wget -O jslib.tgz -q ${{env.V8}} + tar xvfz jslib.tgz -C unreal/Puerts/ThirdParty wget -O temp.tgz -q ${{env.Engine}} + ${{ matrix.cmdinfo['change_backend'] }} tar xvfz temp.tgz mkdir output sudo xcode-select -s /Applications/Xcode_12.5.1.app