Skip to content

Commit

Permalink
🔧 fix: github action (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Jul 6, 2023
2 parents 7c14508 + 94e05c6 commit c810e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Binaries
run: |
cargo clean
RUSTFLAGS="-C target-cpu=native -C codegen-units=1" CARGO_PROFILE_RELEASE_LTO=true cargo build --release
RUSTFLAGS="-C codegen-units=1" CARGO_PROFILE_RELEASE_LTO=true cargo build --release
- name: Upload Binaries
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit c810e32

Please sign in to comment.