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
|
# - name: Setup sccache
|
||||||
# uses: mozilla-actions/sccache-action@v0.0.4
|
# uses: mozilla-actions/sccache-action@v0.0.4
|
||||||
- name: Cargo build
|
- name: Cargo build
|
||||||
env:
|
# env:
|
||||||
RUSTC_WRAPPER: sccache
|
# RUSTC_WRAPPER: sccache
|
||||||
SCCACHE_GHA_ENABLED: "true"
|
# SCCACHE_GHA_ENABLED: "true"
|
||||||
run: >
|
run: >
|
||||||
cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
|
cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
|
||||||
--bin objdiff-cli --features ${{ matrix.features }}
|
--bin objdiff-cli --features ${{ matrix.features }}
|
||||||
|
|
Loading…
Reference in New Issue