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 7708025 commit 68c6e05
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,16 @@ jobs:
override: true
target: x86_64-unknown-linux-musl

- name: 📦 Install Cross
run: |
cargo install cross --git https://github.com/cross-rs/cross
- name: 📦 Install Cargo Binary install
uses: cargo-bins/cargo-binstall@main

- name: 📦 Install cross
run: cargo binstall --force cross

- name: 🚀 Build
# uses: actions-rs/cargo@v1
# env:
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
# RUSTFLAGS: "-C target-feature=-crt-static -C linker=musl-gcc"
# with:
# command: build
# args: --target x86_64-unknown-linux-musl --profile=ephemeral-build
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
RUSTFLAGS: "-C target-feature=-crt-static -C linker=musl-gcc"
run: |
cross build --target x86_64-unknown-linux-musl --release --features vendored
cross build --target x86_64-unknown-linux-musl --release

0 comments on commit 68c6e05

Please sign in to comment.