CI testing2222ajkkkkkkdssakjdsakjkjk
Some checks failed
Invidious CI / build (push) Failing after 6m31s

This commit is contained in:
Fijxu 2024-11-01 22:17:10 -03:00
parent 1524539bb0
commit 913fe63444
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -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