fix: install arm-linux-gnueabihf-g++ as suggested by err

This commit is contained in:
Luc Georges 2023-10-11 19:50:35 +02:00
parent cdbf76fd43
commit 777184a373
No known key found for this signature in database
GPG key ID: 8A2B84C1466CDF50

View file

@ -75,7 +75,7 @@ jobs:
- name: Install ARM target toolchain - name: Install ARM target toolchain
if: matrix.target == 'arm-unknown-linux-gnueabihf' if: matrix.target == 'arm-unknown-linux-gnueabihf'
run: sudo apt-get install gcc-arm-linux-gnueabihf run: sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
- name: Dist - name: Dist
run: cargo xtask dist run: cargo xtask dist