Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update hyperos_port_new_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
toraidl authored Apr 24, 2024
1 parent 28e4603 commit db251c9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/hyperos_port_new_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
- name: 1. 最大化并挂载构建空间 | MAXIMIZE BUILD SPACE
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 1024
swap-size-mb: 6144
remove-dotnet: "true"
temp-reserve-mb: 1024
remove-haskell: "true"
swap-size-mb: 8192
root-reserve-mb: 4096
temp-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
- name: 2. 检出仓库文件 | CHECKOUT REPOSITORY
uses: actions/checkout@main
with:
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
if [[ ${{ github.event.inputs.ENCRYPTION }} == "TRUE" ]]; then
sed -i "s/remove_data_encryption=false/remove_data_encryption=true/" bin/port_config
fi
sudo timedatectl set-timezone Asia/Shanghai
sudo bash "$GITHUB_WORKSPACE"/setup.sh
java -version
python3 --version
Expand Down

0 comments on commit db251c9

Please sign in to comment.