mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
bump ccache-action
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
python ../nix/cache_dependencies.py unpack
|
python ../nix/cache_dependencies.py unpack
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
with:
|
with:
|
||||||
key: mac-${{ matrix.arch }}
|
key: mac-${{ matrix.arch }}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
python ../IfcOpenShell/nix/cache_dependencies.py unpack
|
python ../IfcOpenShell/nix/cache_dependencies.py unpack
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22.04-${{ runner.arch }}
|
key: ubuntu-22.04-${{ runner.arch }}
|
||||||
|
|
||||||
|
|||||||
@@ -48,8 +48,7 @@ jobs:
|
|||||||
python3 ../nix/cache_dependencies.py unpack
|
python3 ../nix/cache_dependencies.py unpack
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
# TODO: Use tag after 1.2.20 releases.
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
|
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22.04-${{ runner.arch }}-rockylinux9
|
key: ubuntu-22.04-${{ runner.arch }}-rockylinux9
|
||||||
|
|
||||||
|
|||||||
@@ -48,8 +48,7 @@ jobs:
|
|||||||
python3 ../nix/cache_dependencies.py unpack
|
python3 ../nix/cache_dependencies.py unpack
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
# TODO: Use tag after 1.2.20 releases.
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
|
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22.04-${{ runner.arch }}-rockylinux9
|
key: ubuntu-22.04-${{ runner.arch }}-rockylinux9
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
# TODO: Use tag after 1.2.20 releases.
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
|
|
||||||
with:
|
with:
|
||||||
key: win-${{ matrix.arch }}
|
key: win-${{ matrix.arch }}
|
||||||
# Windows ccache needs ~1GB
|
# Windows ccache needs ~1GB
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: ccache
|
name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Build ifcopenshell
|
name: Build ifcopenshell
|
||||||
|
|||||||
@@ -79,10 +79,7 @@ jobs:
|
|||||||
libhdf5-dev libcgal-dev libeigen3-dev
|
libhdf5-dev libcgal-dev libeigen3-dev
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
# TODO: temporarily pointing to 1.2.19 to get notified by dependabot when 1.2.20 is released
|
uses: hendrikmuhs/ccache-action@v1.2.20
|
||||||
# to update hardcoded references to commits in some other workflows.
|
|
||||||
# Then we can switch back to 1.2 in all actions.
|
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.19
|
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22.04-${{ runner.arch }}
|
key: ubuntu-22.04-${{ runner.arch }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user