From 64b541810ac3f7702234b660e65bbd520570e692 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 30 Sep 2025 19:32:21 +0500 Subject: [PATCH] build_rocky - test ccache --- .github/workflows/build_rocky.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_rocky.yml b/.github/workflows/build_rocky.yml index c982ca1a13..4479abcd2c 100644 --- a/.github/workflows/build_rocky.yml +++ b/.github/workflows/build_rocky.yml @@ -47,11 +47,10 @@ jobs: install_root=$(find ./build -maxdepth 4 -type d -name install 2>/dev/null | head -n 1 || true) [ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true - # Not supported on docker - # - name: ccache - # uses: hendrikmuhs/ccache-action@v1 - # with: - # key: ubuntu-22.04-${{ runner.arch }}-rockylinux8 + - name: ccache + uses: hendrikmuhs/ccache-action@v1.2 + with: + key: ubuntu-22.04-${{ runner.arch }}-rockylinux8 - name: Run Build Script shell: bash