Skip to content

Commit da596f3

Browse files
committed
install cross
Signed-off-by: Austin Abro <[email protected]>
1 parent 56a370b commit da596f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-rust-injector.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: "Build Rust Binary for x86_64 and arm64"
2525
run: |
2626
cd src/injector
27+
make install-cross
2728
make injector-linux
2829
cd target
2930
mkdir -p ../dist

0 commit comments

Comments
 (0)