We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592f1c3 commit 1051a01Copy full SHA for 1051a01
.github/workflows/build.yaml
@@ -165,9 +165,9 @@ jobs:
165
# - name: Setup sccache
166
# uses: mozilla-actions/[email protected]
167
- name: Cargo build
168
- env:
169
- RUSTC_WRAPPER: sccache
170
- SCCACHE_GHA_ENABLED: "true"
+# env:
+# RUSTC_WRAPPER: sccache
+# SCCACHE_GHA_ENABLED: "true"
171
run: >
172
cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
173
--bin objdiff-cli --features ${{ matrix.features }}
0 commit comments