Skip to content

Commit

Permalink
Make gcc arm to hf
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNamenlos123 committed Apr 7, 2024
1 parent b11ec82 commit 5d358d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Install additional packages
if: matrix.cfg.os == 'ubuntu-20.04'
shell: bash
run: sudo apt update && sudo apt install -y gcc-9 gcc-9-arm-linux-gnueabi gcc-9-aarch64-linux-gnu clang-10
run: sudo apt update && sudo apt install -y gcc-9 gcc-9-arm-linux-gnueabihf gcc-9-aarch64-linux-gnu clang-10

- name: Install Python deps
shell: bash
Expand Down

0 comments on commit 5d358d6

Please sign in to comment.