mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
workflows - unify ccache names
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${GITHUB_WORKFLOW}-${{ matrix.os }}
|
key: mac-${{ runner.arch }}
|
||||||
|
|
||||||
- name: Run Build Script
|
- name: Run Build Script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
# - name: ccache
|
# - name: ccache
|
||||||
# uses: hendrikmuhs/ccache-action@v1
|
# uses: hendrikmuhs/ccache-action@v1
|
||||||
# with:
|
# with:
|
||||||
# key: ${GITHUB_WORKFLOW}-rockylinux8-x64
|
# key: ubuntu-22.04-${{ runner.arch }}-rockylinux8
|
||||||
|
|
||||||
- name: Run Build Script
|
- name: Run Build Script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
# - name: ccache
|
# - name: ccache
|
||||||
# uses: hendrikmuhs/ccache-action@v1
|
# uses: hendrikmuhs/ccache-action@v1
|
||||||
# with:
|
# with:
|
||||||
# key: ${GITHUB_WORKFLOW}-rockylinux8-x64
|
# key: ubuntu-22.04-${{ runner.arch }}-rockylinux8
|
||||||
|
|
||||||
- name: Run Build Script
|
- name: Run Build Script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${GITHUB_WORKFLOW}
|
key: ubuntu-22.04-${{ runner.arch }}
|
||||||
|
|
||||||
# rocksdb on debian distros misses RTTI?
|
# rocksdb on debian distros misses RTTI?
|
||||||
- name: build rocksdb
|
- name: build rocksdb
|
||||||
|
|||||||
Reference in New Issue
Block a user