We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a370b commit da596f3Copy full SHA for da596f3
.github/workflows/build-rust-injector.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: "Build Rust Binary for x86_64 and arm64"
25
run: |
26
cd src/injector
27
+ make install-cross
28
make injector-linux
29
cd target
30
mkdir -p ../dist
0 commit comments