mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Update ccache-action version to 1.2.22 (#6482)
This commit is contained in:
parent
b2f0cae9ec
commit
68cd04175d
8
.github/workflows/generate-builds.yml
vendored
8
.github/workflows/generate-builds.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Configure ccache
|
- name: Configure ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.22
|
||||||
with:
|
with:
|
||||||
save: ${{ github.ref_name == github.event.repository.default_branch }}
|
save: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||||
key: ${{ runner.os }}-otr-ccache-${{ github.ref }}-${{ github.sha }}
|
key: ${{ runner.os }}-otr-ccache-${{ github.ref }}-${{ github.sha }}
|
||||||
|
|
@ -83,7 +83,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Configure ccache
|
- name: Configure ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.22
|
||||||
with:
|
with:
|
||||||
create-symlink: true
|
create-symlink: true
|
||||||
save: ${{ github.ref_name == github.event.repository.default_branch }}
|
save: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||||
|
|
@ -163,7 +163,7 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y $(cat .github/workflows/apt-deps.txt)
|
sudo apt-get install -y $(cat .github/workflows/apt-deps.txt)
|
||||||
- name: Configure ccache
|
- name: Configure ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.22
|
||||||
with:
|
with:
|
||||||
save: ${{ github.ref_name == github.event.repository.default_branch }}
|
save: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||||
key: ${{ runner.os }}-ccache-${{ github.ref }}-${{ github.sha }}
|
key: ${{ runner.os }}-ccache-${{ github.ref }}-${{ github.sha }}
|
||||||
|
|
@ -277,7 +277,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Configure sccache
|
- name: Configure sccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2.22
|
||||||
with:
|
with:
|
||||||
variant: sccache
|
variant: sccache
|
||||||
max-size: "2G"
|
max-size: "2G"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue