CI testing2222ajkkkkkkdssakjdsakjkjk
Some checks failed
Invidious CI / build (push) Failing after 6m31s
Some checks failed
Invidious CI / build (push) Failing after 6m31s
This commit is contained in:
parent
1524539bb0
commit
913fe63444
1 changed files with 10 additions and 4 deletions
|
@ -18,13 +18,19 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- name: Invidious build cache
|
- name: Set up cache
|
||||||
id: invidious-cache
|
uses: https://code.forgejo.org/actions/cache@v3
|
||||||
uses: actions/cache@v4
|
id: ccache-restore
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./lib
|
./lib
|
||||||
key: invidious-cache
|
key: ${{ runner.os }}-${{ matrix.type }}-${{ github.sha }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-${{ matrix.type }}-
|
||||||
|
|
||||||
|
- name: Create cache directory
|
||||||
|
if: steps.ccache-restore.outputs.cache-hit != 'true'
|
||||||
|
run: mkdir -p ./lib
|
||||||
|
|
||||||
- uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
- uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
||||||
name: Setup Docker BuildX system
|
name: Setup Docker BuildX system
|
||||||
|
|
Loading…
Reference in a new issue