Skip to content

Commit

Permalink
fix: gcc install
Browse files Browse the repository at this point in the history
  • Loading branch information
theBASTI0N committed Oct 1, 2020
1 parent 57a46cc commit 5a27f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install GCC ARM Embed
run: |
mkdir -p ${GITHUB_WORKSPACE}/gnuarmemb/
tar xvfj ${GITHUB_WORKSPACE}/gcc-arm/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -C ${GITHUB_WORKSPACE}/gnuarmemb
- name: Cache Device Tree Compile binary
Expand Down

0 comments on commit 5a27f4f

Please sign in to comment.