Skip to content

Commit 069f9b4

Browse files
committed
Updating github actions for release target
1 parent bc8fbb6 commit 069f9b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
env:
99
PIPENV_ACTIVE: 1
1010
deb_packages: >-
11+
binutils-arm-none-eabi
1112
dfu-util
1213
exuberant-ctags
13-
gcc-arm-embedded
14+
gcc-arm-none-eabi
1415
ninja-build
1516
python3-setuptools
1617
tree
@@ -22,10 +23,6 @@ jobs:
2223
- uses: actions/checkout@v2
2324
- name: Install dependencies
2425
run: |
25-
sudo apt-get update
26-
sudo apt-get install -y software-properties-common
27-
sudo add-apt-repository universe -y
28-
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
2926
sudo apt-get update
3027
sudo apt-get install -y ${{ env.deb_packages }}
3128
- name: Install kll compiler

0 commit comments

Comments
 (0)