Skip to content

Commit

Permalink
add: 安装pack包
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 5, 2024
1 parent bdd25c6 commit 305ad27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
run: |
wget https://artifacts.keil.arm.com/cmsis-toolbox/2.2.1/cmsis-toolbox-linux-amd64.tar.gz
tar -zxvf cmsis-toolbox-linux-amd64.tar.gz
echo $(pwd)
echo "export PATH=$PATH:$(pwd)/cmsis-toolbox-linux-amd64/bin" >> ~/.bashrc
source ~/.bashrc
export PATH=$PATH:$(pwd)/cmsis-toolbox-linux-amd64/bin
cpackget init https://www.keil.com/pack/index.pidx
cpackget init https://arduino.luatos.com/cmsis-pack/AirM2M.pidx
cpackget add AirM2M.AIR001_DFP.1.1.3
- name: Install Arm Tool
Expand Down

0 comments on commit 305ad27

Please sign in to comment.