fix: remove unnecessary dotnet runtime download in CI job refs NOISSUE

This commit is contained in:
Simon Diesenreiter
2025-04-15 15:24:47 +02:00
parent 7dabcb71f8
commit 8412cc13df
2 changed files with 2 additions and 6 deletions

View File

@@ -38,10 +38,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.X'
- name: Check version match
run: |
REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_')