Skip to content

Commit

Permalink
[unreal]通过strategy简化ci配置
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 18, 2023
1 parent 927af7b commit c97c184
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unreal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c97c184

Please sign in to comment.