Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jan 31, 2021
1 parent 92a6596 commit 8634ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
GCC_VERSION: "10.2-2020.11"
BUILD_TARGET: arm-none-linux-gnueabihf
GCC_NAME: "gcc-arm-${{ env.GCC_VERSION }}-x86_64-${{ env.BUILD_TARGET }}"
GCC_NAME: "gcc-arm-10.2-2020.11-x86_64-arm-none-linux-gnueabihf"
steps:
- uses: actions/checkout@v2
- name: install deps
Expand Down

0 comments on commit 8634ff9

Please sign in to comment.