Fixed tool install
Some checks failed
Build on push / prepare (push) Successful in 6s
Build on push / build (push) Failing after 5s
Build on push / test (push) Has been skipped

This commit is contained in:
2026-02-14 16:58:03 +01:00
parent 9e25b8c4a1
commit f3cff58707

View File

@@ -51,16 +51,16 @@ jobs:
needs: build
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps:
- name: Install set-version tool
- name: Install package-cleanup tool
shell: bash
run: |
dotnet tool install \
--tool-path .tools \
package-cleanup \
sh.actions.package-cleanup \
--version 1.0.0 \
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Run set-version
- name: Run package-cleanup
shell: bash
run: |
./.tools/package-cleanup