build_rocky - switch to main branch ccache

This commit is contained in:
Andrej730
2025-10-22 13:24:24 +05:00
parent 2c2f9de809
commit d8b75d4448
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ jobs:
[ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true [ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true
- name: ccache - name: ccache
# Using fork to support Rocky. # Latest release (1.2.19) doesn't support Rocky, so using a specific commit.
uses: Andrej730/ccache-action@main uses: hendrikmuhs/ccache-action@eca11c308176d48942455b9e5b1b70ff6950a778
with: with:
key: ubuntu-22.04-${{ runner.arch }}-rockylinux8 key: ubuntu-22.04-${{ runner.arch }}-rockylinux8
+2 -2
View File
@@ -48,8 +48,8 @@ jobs:
[ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true [ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true
- name: ccache - name: ccache
# Using fork to support Rocky. # Latest release (1.2.19) doesn't support Rocky, so using a specific commit.
uses: Andrej730/ccache-action@main uses: hendrikmuhs/ccache-action@eca11c308176d48942455b9e5b1b70ff6950a778
with: with:
key: ubuntu-22.04-${{ runner.arch }}-rockylinux8 key: ubuntu-22.04-${{ runner.arch }}-rockylinux8