Skip to content

Commit

Permalink
log:
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 5, 2024
1 parent 822dcfe commit bdd25c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install requirements
run: |
sudo apt update
sudo apt install curl libxml2-utils
- name: Install CMSIS-Toolbox
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
cpackget init https://www.keil.com/pack/index.pidx
Expand Down

0 comments on commit bdd25c6

Please sign in to comment.