From df3e0cfc5017fbee1edb5fefcb9f96babd9ee1bb Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 30 Nov 2023 10:19:55 +0100 Subject: [PATCH] ci: :green_heart: fix and the ci pass localy --- .gitea/workflows/moulinette.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/moulinette.yml b/.gitea/workflows/moulinette.yml index b58bd65..a09a1ff 100644 --- a/.gitea/workflows/moulinette.yml +++ b/.gitea/workflows/moulinette.yml @@ -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"