Skip to content

Commit

Permalink
Run ccache check in msys2 shell
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed May 9, 2024
1 parent e435144 commit c10e175
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-mudlet-win.yml
Expand Up @@ -56,6 +56,7 @@ jobs:
save-always: true

- name: check ccache stats prior to build
shell: msys2 {0}
run: ccache --zero-stats --show-stats

- name: (Windows) Build
Expand All @@ -67,6 +68,7 @@ jobs:
run: $GITHUB_WORKSPACE/CI/build-mudlet-for-windows.sh

- name: check ccache stats post build
shell: msys2 {0}
run: ccache --show-stats

- name: (Windows) Package
Expand Down

0 comments on commit c10e175

Please sign in to comment.