Skip to content

Commit

Permalink
Updating github actions for release target
Browse files Browse the repository at this point in the history
  • Loading branch information
haata committed Sep 29, 2021
1 parent bc8fbb6 commit 069f9b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
env:
PIPENV_ACTIVE: 1
deb_packages: >-
binutils-arm-none-eabi
dfu-util
exuberant-ctags
gcc-arm-embedded
gcc-arm-none-eabi
ninja-build
python3-setuptools
tree
Expand All @@ -22,10 +23,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository universe -y
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y
sudo apt-get update
sudo apt-get install -y ${{ env.deb_packages }}
- name: Install kll compiler
Expand Down

0 comments on commit 069f9b4

Please sign in to comment.