workflows - unify ccache names

This commit is contained in:
Andrej730
2025-09-23 16:47:22 +05:00
parent d4c02a312a
commit 8a33e2fea1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${GITHUB_WORKFLOW}-${{ matrix.os }}
key: mac-${{ runner.arch }}
- name: Run Build Script
shell: bash
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
# - name: ccache
# uses: hendrikmuhs/ccache-action@v1
# with:
# key: ${GITHUB_WORKFLOW}-rockylinux8-x64
# key: ubuntu-22.04-${{ runner.arch }}-rockylinux8
- name: Run Build Script
shell: bash
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
# - name: ccache
# uses: hendrikmuhs/ccache-action@v1
# with:
# key: ${GITHUB_WORKFLOW}-rockylinux8-x64
# key: ubuntu-22.04-${{ runner.arch }}-rockylinux8
- name: Run Build Script
shell: bash
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1
with:
key: ${GITHUB_WORKFLOW}
key: ubuntu-22.04-${{ runner.arch }}
# rocksdb on debian distros misses RTTI?
- name: build rocksdb