Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Nov 26, 2023
1 parent 42feb00 commit ebbdc71
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 @@ -64,7 +64,7 @@ jobs:
TARGET_CC: x86_64-linux-musl-gcc
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=lld -C link-arg=-lpthread -C link-arg=-lm"
PROTOC: "/usr/bin/protoc"
# - run: cargo run --verbose --release
# - run: cargo run --release
- run: find target -maxdepth 3
- run: cargo build --release --locked --target=${{ matrix.platform.target }}
if: matrix.platform.os_name == 'macOS-x86_64'
Expand Down

0 comments on commit ebbdc71

Please sign in to comment.