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 f9d4947 commit bb7f400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
run: |
sudo -E apt-get -qq update -y 2>/dev/null
sudo -E apt-get -qq install -y gawk git gettext libssl-dev xsltproc zip git-core wget curl grep 2>/dev/null
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]"
sudo timedatectl set-timezone "$TZ" 2>/dev/null
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" 2>/dev/null
git config --global user.name "github-actions[bot]" 2>/dev/null
export CPU_OPTIMIZATION="8272"
source build/${FOLDER_NAME}/common.sh && CPU_Priority
Expand Down

0 comments on commit bb7f400

Please sign in to comment.