Update build.yml

This commit is contained in:
Eugene 2024-07-22 11:10:28 +02:00
parent 0a94c971cf
commit a2b80ff742
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -150,6 +150,8 @@ jobs:
arch: armhf
rust_triple: arm-unknown-linux-gnueabihf
triplet: arm-linux-gnueabihf-
fail-fast: false
env:
CC: ${{matrix.triplet}}gcc
CXX: ${{matrix.triplet}}g++