Skip to content

Commit

Permalink
test: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kszinhu committed Feb 20, 2024
1 parent 4c2708c commit 64ce990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
RUSTFLAGS: "-C target-features=-crt-static -C linker=x86_64-linux-musl-gcc"
RUSTFLAGS: "-C target-feature=-crt-static -C linker=x86_64-linux-musl-gcc"
TARGET_CC: "x86_64-linux-musl-gcc"
run: |
RUSTFLAGS="-C target-features=-crt-static -C linker=x86_64-linux-musl-gcc" cargo build --target x86_64-unknown-linux-musl --profile=ephemeral-build
RUSTFLAGS="-C target-feature=-crt-static -C linker=x86_64-linux-musl-gcc" cargo build --target x86_64-unknown-linux-musl --profile=ephemeral-build

0 comments on commit 64ce990

Please sign in to comment.