Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
281677160 authored Dec 6, 2022
1 parent e9624ae commit f11047a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,14 @@ jobs:
mv -f build/common/*.sh build/${{matrix.target}}/
sudo chmod -R +x build
source build/${{matrix.target}}/common.sh && Diy_menu1
- name: 给CPU检测做准备
- name: CPU检测
run: |
sudo -E apt-get -qq update -y
sudo -E apt-get -qq install -y gawk git gettext libssl-dev xsltproc zip git-core wget curl grep python2.7 python3 python3-pip python3-ply
sudo timedatectl set-timezone "$TZ"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: CPU检测
run: |
cd ${GITHUB_WORKSPACE}
export CPU_OPTIMIZATION="8272"
source build/${FOLDER_NAME}/common.sh && CPU_Priority
Expand Down

0 comments on commit f11047a

Please sign in to comment.