diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 564e1d6..9f2dca3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}