chore: fix ci
Some checks failed
release / Release (push) Failing after 36s

This commit is contained in:
Oliver Weyhmüller 2025-01-07 12:03:39 +01:00
parent 52e6eb93a8
commit 25e365f524
Signed by: oliver
GPG key ID: 5286794099F934A3

View file

@ -29,7 +29,7 @@ jobs:
uses: https://github.com/actions/cache@v4
with:
path: ~/.sonar/cache
key: ""${{ runner.os }}-sonar"
key: "${{ runner.os }}-sonar"
restore-keys: ""${{ runner.os }}-sonar"
- name: "SonarQube Scan"