CI updates

This commit is contained in:
Luke Street 2024-09-04 22:47:12 -06:00
parent 592f1c3feb
commit 1051a01735
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}