Skip to content

Commit

Permalink
[unreal]ci优化:去掉引擎库解压日志
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 18, 2023
1 parent 6b0a26e commit 50e6e22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unreal_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tar xvfz jslib.tgz -C unreal/Puerts/ThirdParty
${{ matrix.cmdinfo['change_backend'] }}
wget -O temp.tgz -q ${{env.Engine}}
tar xvfz temp.tgz
tar xfz temp.tgz
mkdir output
- name: Build
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
tar xvfz jslib.tgz -C unreal/Puerts/ThirdParty
${{ matrix.cmdinfo['change_backend'] }}
wget -O temp.tgz -q ${{env.Engine}}
tar xvfz temp.tgz
tar xfz temp.tgz
mkdir output
- name: SetupAndroid
run: |
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
run: |
wget -O jslib.tgz -q ${{ matrix.cmdinfo['jslib_path'] }}
tar xvfz jslib.tgz -C unreal/Puerts/ThirdParty
wget -O temp.tgz -q ${{env.Engine}}
${{ matrix.cmdinfo['change_backend'] }}
tar xvfz temp.tgz
wget -O temp.tgz -q ${{env.Engine}}
tar xfz temp.tgz
mkdir output
sudo xcode-select -s /Applications/Xcode_12.5.1.app
- name: Build
Expand Down

0 comments on commit 50e6e22

Please sign in to comment.