ci: 💚 fix and the ci pass localy
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Louis Gallet 2023-11-30 10:19:55 +01:00
parent 8fa6a6bb5d
commit df3e0cfc50
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -27,9 +27,11 @@ jobs:
# Set default branch
ref: master
token: ${{ secrets.TOKEN_GITEA }}
github-server-url: 'https://gitea.louisgallet.fr'
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: "🏗️ Build"
run: dotnet build
- name: "✅ Test"