From 1051a017357ff830f263b39bc7a97cb581935416 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 4 Sep 2024 22:47:12 -0600 Subject: [PATCH] CI updates --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}