fix(gitea): Fix runner
Some checks failed
Run Build / dotnet (push) Failing after 25s

Remove caching from runner config as no package.lock.json is set up as
of yet. Future re-architecting may make this necessary
This commit is contained in:
Robert Morrison 2025-12-30 21:46:17 +00:00
parent 888f6862bb
commit 1ab300936b
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -10,5 +10,4 @@ jobs:
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.x
cache: true
- run: dotnet build cssitegen