From e47ee94271c61b2519c071143f5bd21c53c20e2b Mon Sep 17 00:00:00 2001 From: Sam Kaufman Date: Tue, 16 Apr 2024 15:17:10 -0700 Subject: [PATCH] Remove sccache stats step. --- .github/workflows/build-app.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index ca382b5..6d7a07f 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -18,16 +18,15 @@ jobs: run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV echo "TES3MP_MAC_USE_SCCACHE=1" >> $GITHUB_ENV - - name: sccache stats - if: inputs.disable_sccache != true - shell: bash - run: ${SCCACHE_PATH} --show-stats - name: Select Xcode 15 run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer' - uses: actions/checkout@v4 - run: brew install coreutils create-dmg gnu-sed meson nasm ninja patchutils python-setuptools - name: Build run: ./build.sh + - name: Dump a config.log + if: always() + run: cat out/src/gettext/gettext-runtime/config.log - name: Save .dmg as an artifact uses: actions/upload-artifact@v4 with: