Skip to content

Commit

Permalink
Remove sccache stats step.
Browse files Browse the repository at this point in the history
  • Loading branch information
samkaufman committed Apr 16, 2024
1 parent 7a6696a commit e47ee94
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e47ee94

Please sign in to comment.