add target
This commit is contained in:
parent
ca19cb3266
commit
a1ab8bc4b8
@ -6,9 +6,9 @@ name: Build
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
|
||||||
- rustup show
|
|
||||||
- rustup default stable
|
- rustup default stable
|
||||||
|
- rustup target add armv7-unknown-linux-gnueabihf
|
||||||
|
- rustup show
|
||||||
- cargo build --target=armv7-unknown-linux-gnueabihf
|
- cargo build --target=armv7-unknown-linux-gnueabihf
|
||||||
|
|
||||||
node:
|
node:
|
||||||
|
Loading…
Reference in New Issue
Block a user