Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BUG1989 authored Nov 21, 2023
1 parent 383d4dd commit 3994a91
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,16 @@ jobs:
- uses: actions/checkout@v3

# Runs a set of commands using the runners shell
- name: prepare third-party
run: |
wget https://github.com/xiguadong/assets/releases/download/v0.1/third-party.tgz
tar zxvf third-party.tgz
- name: prepare aarch64-gcc
run: |
wget https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz
tar -xf gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz
export PATH=$PATH:gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/
aarch64-none-linux-gnu-gcc -v
- name: prepare third-party
run: |
wget https://github.com/xiguadong/assets/releases/download/v0.1/third-party.tgz
tar zxvf third-party.tgz
- name: build msp
run: |
make -C msp/sample/ p=AX650_pipro_box -j16
- name: build app
run: |
make -C app/ p=AX650_pipro_box -j16

0 comments on commit 3994a91

Please sign in to comment.