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 097ac7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ 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
Expand Down

0 comments on commit 097ac7f

Please sign in to comment.