Skip to content

Commit 1051a01

Browse files
committed
CI updates
1 parent 592f1c3 commit 1051a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ jobs:
165165
# - name: Setup sccache
166166
# uses: mozilla-actions/[email protected]
167167
- name: Cargo build
168-
env:
169-
RUSTC_WRAPPER: sccache
170-
SCCACHE_GHA_ENABLED: "true"
168+
# env:
169+
# RUSTC_WRAPPER: sccache
170+
# SCCACHE_GHA_ENABLED: "true"
171171
run: >
172172
cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
173173
--bin objdiff-cli --features ${{ matrix.features }}

0 commit comments

Comments
 (0)