mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Cache by preset
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
cb74d1306f
commit
9d4ac97970
1 changed files with 3 additions and 3 deletions
6
.github/workflows/validate.yml
vendored
6
.github/workflows/validate.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
key: ccache-${{ runner.os }}
|
key: ccache-${{ runner.os }}-${{ matrix.preset }}
|
||||||
|
|
||||||
- name: Cache vcpkg
|
- name: Cache vcpkg
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/ccache
|
path: /tmp/ccache
|
||||||
key: ccache-${{ runner.os }}
|
key: ccache-${{ runner.os }}-${{ matrix.preset }}
|
||||||
|
|
||||||
- name: Prepare Project
|
- name: Prepare Project
|
||||||
run: cp ./private/* ./UnleashedRecompLib/private
|
run: cp ./private/* ./UnleashedRecompLib/private
|
||||||
|
|
@ -103,7 +103,7 @@ jobs:
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
key: ccache-${{ runner.os }}
|
key: ccache-${{ runner.os }}-${{ matrix.preset }}
|
||||||
|
|
||||||
- name: Cache vcpkg
|
- name: Cache vcpkg
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue