Skip to content

Commit

Permalink
cai nit
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Dec 4, 2023
1 parent 4c9d9c3 commit 850ede0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
# bash tg_utils.sh msg "gh $RUN_NUM: workflow started"
- name: init build env
run: |
apt-get update
apt-get install llvm lld bc bison ca-certificates curl flex gcc git libc6-dev \
sudo apt-get update
sudo apt-get install llvm lld bc bison ca-certificates curl flex gcc git libc6-dev \
libssl-dev openssl python3 python2 zip zstd make clang gcc-arm-linux-gnueabi \
software-properties-common device-tree-compiler libxml2 libarchive-tools \
perl libelf-dev libssl-dev libtfm-dev wget xz-utils -y
ln -sf "/usr/bin/python2" /usr/bin/python
sudo ln -sf "/usr/bin/python2" /usr/bin/python
- name: show host info
run: |
bash tg_utils.sh msg "gh $RUN_NUM: build env initialized%nlgh $RUN_NUM: host: $(cat /etc/os-release | grep PRETTY_NAME | cut -d'=' -f2)%nlgh $RUN_NUM: free disk space: $(df --sync -BM --output=avail / | grep -v Avail)"
Expand Down

0 comments on commit 850ede0

Please sign in to comment.