Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tkzcfc/npipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc committed Jul 17, 2024
2 parents c3897d5 + f1ee11b commit bf4551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buid_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CC: musl-gcc
RUSTFLAGS: "-C target-feature=+crt-static -C relocation-model=static"
CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER: musl-gcc
SQLX_OFFLINE: false
SQLX_OFFLINE: true
run: |
cargo build --bin np_server --release --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit bf4551b

Please sign in to comment.