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:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Invidious build cache
|
||||
id: invidious-cache
|
||||
uses: actions/cache@v4
|
||||
- name: Set up cache
|
||||
uses: https://code.forgejo.org/actions/cache@v3
|
||||
id: ccache-restore
|
||||
with:
|
||||
path: |
|
||||
./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
|
||||
name: Setup Docker BuildX system
|
||||
|
|
Loading…
Reference in a new issue