CI: update cache-key
Some checks failed
.NET Tests / test (push) Failing after 1m17s

This commit is contained in:
Jonas Seiler 2025-04-02 09:51:06 +02:00
parent 0e5ed29806
commit ca55f34b8a

View File

@ -21,9 +21,10 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: nuget-${{ runner.os }}-${{ hashFiles('**/packages.lock.json') }}
# Gitea Workflows don't support hashing yet :(
key: nuget-${{ runner.os }} #-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
nuget-${{ runner.os }}-
nuget-${{ runner.os }}
- name: Build application
run: dotnet build --no-restore