CI: fixed ARM compiler installation

This commit is contained in:
Benoit Blanchon
2021-06-28 09:10:15 +02:00
parent a6fc9311b4
commit fc4f175300

View File

@ -300,7 +300,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install
run: sudo apt-get install -y g++-arm-linux-gnueabihf
run: |
sudo apt-get update
sudo apt-get install -y g++-arm-linux-gnueabihf
- name: Checkout
uses: actions/checkout@v2
- name: Configure