Skip to content

Commit

Permalink
Update buid_linux.yml
Browse files Browse the repository at this point in the history
移除SQLX相关环境变量
  • Loading branch information
tkzcfc committed Jul 18, 2024
1 parent 4c6fe81 commit dba091d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/buid_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ 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: true
run: |
cargo build --bin np_client --release --target x86_64-unknown-linux-musl
cargo build --bin np_server --release --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit dba091d

Please sign in to comment.