Skip to content

Commit

Permalink
Merge pull request #5132 from myk002/myk_header_cache
Browse files Browse the repository at this point in the history
test whether an xml header cache speeds up the build
  • Loading branch information
myk002 authored Dec 25, 2024
2 parents 8aafc0b + 62935cb commit 0d2b04b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Run cpp tests
if: inputs.platform-files
run: ninja -C build test
- name: Finalize cache
- name: Finalize ccache
if: inputs.platform-files
run: |
ccache --show-stats --verbose
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
path: state
key: watchstate-${{ matrix.df_steam_branch }}
restore-keys: watchstate-${{ matrix.df_steam_branch }}
- name: Compare branch metadata
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit 0d2b04b

Please sign in to comment.