Build
Some checks failed
Build App / Build (push) Failing after 1m39s

This commit is contained in:
2025-02-09 22:33:07 +01:00
parent 73407e5867
commit b9f6de4fa2

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
# Semantic version range syntax or exact version of a dotnet version
dotnet-version: '6.x'
dotnet-version: '8.x'
- run: echo "Build."
- name: Check out repository code