Update rust.yml
This commit is contained in:
parent
8a898b5cf8
commit
66a7ec5127
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -15,6 +15,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name : Install ARM compiler
|
||||||
|
run: sudo apt-get install gcc-arm-linux-gnueabihf -y
|
||||||
|
- name: Set ARM compiler as environment variable
|
||||||
|
run: export CC=arm-linux-gnueabihf-gcc
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user