Try to install attic for gitea builder
Some checks failed
Check Flake / check-flake (push) Failing after 6s

This commit is contained in:
Zuckerberg 2024-06-16 20:44:31 -06:00
parent 7c4d2d53f2
commit 4bed47ae43
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: attic -V
- name: Setup Attic Cache - name: Setup Attic Cache
uses: https://github.com/ryanccn/attic-action@v0 uses: https://github.com/ryanccn/attic-action@v0
with: with:

View File

@ -116,6 +116,7 @@ in
git git
# Gitea Actions rely heavily on node. Include it because it would be installed anyway. # Gitea Actions rely heavily on node. Include it because it would be installed anyway.
nodejs nodejs
attic
]; ];
# To allow building on the host, must override the the service's config so it doesn't use a dynamic user # To allow building on the host, must override the the service's config so it doesn't use a dynamic user