Skip to content

Commit

Permalink
Update build-rust-injector.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schristoff-du authored May 10, 2024
1 parent b981423 commit 9738e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-rust-injector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: "Build Rust Binary for x86_64 and arm64"
run: |
touch $HOME/.cargo/config.toml
echo "rustflags = ["-C", "relocation-model=static", "-C", "strip=symbols"]" >> $HOME/.cargo/config.toml
cd src/injector
make cross-injector-linux
cd target
Expand Down

0 comments on commit 9738e44

Please sign in to comment.