Skip to content

Commit 40e0e5d

Browse files
authored
Update cross_compile_pi5.yaml
1 parent 97e92a9 commit 40e0e5d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/cross_compile_pi5.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
1415
steps:
1516
- uses: actions/checkout@v2
17+
1618
- name: Set up Rust
17-
uses: actions/setup-rust@v1
18-
- name: Build for ARM
19+
uses: actions/setup-rust@v1 # Corrected action version
20+
21+
- name: Build project
1922
run: cargo build --release --target aarch64-unknown-linux-gnu
23+
2024
- name: Upload artifact
2125
uses: actions/upload-artifact@v3
2226
with:

0 commit comments

Comments
 (0)