mirror of https://github.com/encounter/objdiff.git
CI updates
This commit is contained in:
parent
592f1c3feb
commit
1051a01735
|
@ -165,9 +165,9 @@ jobs:
|
|||
# - name: Setup sccache
|
||||
# uses: mozilla-actions/sccache-action@v0.0.4
|
||||
- name: Cargo build
|
||||
env:
|
||||
RUSTC_WRAPPER: sccache
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# env:
|
||||
# RUSTC_WRAPPER: sccache
|
||||
# SCCACHE_GHA_ENABLED: "true"
|
||||
run: >
|
||||
cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
|
||||
--bin objdiff-cli --features ${{ matrix.features }}
|
||||
|
|
Loading…
Reference in New Issue