diff options
author | TheLastRar <TheLastRar@users.noreply.github.com> | 2023-02-01 20:12:19 +0000 |
---|---|---|
committer | TheLastRar <TheLastRar@users.noreply.github.com> | 2023-02-01 20:13:26 +0000 |
commit | 121a7a9e23ffbaaecceeafd7186da420b5dfad7e (patch) | |
tree | 24d3e30494405e6119dd9d10bf13d93ddb2e2e27 | |
parent | deed49574ac344f126eed5fd71f7151c72ff79ac (diff) | |
download | PrismLauncher-121a7a9e23ffbaaecceeafd7186da420b5dfad7e.tar.gz PrismLauncher-121a7a9e23ffbaaecceeafd7186da420b5dfad7e.tar.bz2 PrismLauncher-121a7a9e23ffbaaecceeafd7186da420b5dfad7e.zip |
CI: Log ccache stats for msys2
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ec4f6a4..8ea02ea5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -510,6 +510,13 @@ jobs: with: name: PrismLauncher-${{ runner.os }}-${{ env.VERSION }}-${{ inputs.build_type }}-x86_64.AppImage path: PrismLauncher-${{ runner.os }}-${{ env.VERSION }}-${{ inputs.build_type }}-x86_64.AppImage + + - name: ccache stats (Windows MinGW-w64) + if: runner.os == 'Windows' && matrix.msystem != '' + shell: msys2 {0} + run: | + ccache -s + snap: runs-on: ubuntu-20.04 steps: |