From 4edae0830f2662d4bc0d88fe188a99c8f7c590a9 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sun, 13 Oct 2024 14:27:58 +0200 Subject: [PATCH] Removed dotnet action --- .gitea/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5076c8e..ab38144 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,7 +8,6 @@ jobs: if: gitea.ref == 'refs/heads/main' steps: - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/actions/setup-dotnet@v4 with: dotnet-version: '8.x' - name: "Build and push Docker image"