Skip to content

Commit

Permalink
workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 25, 2024
1 parent 8aafc0b commit 62935cb
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 62935cb

Please sign in to comment.