diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 0a4440cd1..48fa8ecd8 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -470,7 +470,7 @@ jobs: echo "Cache deleted successfully" fi - - name: "[macOS] Cache updated compiler cache (ccache)" + - name: "[macOS] Save updated compiler cache (ccache)" if: matrix.os == 'macOS' && matrix.use_ccache == 1 && github.ref == 'refs/heads/master' uses: actions/cache/save@v6 with: