From d0564ed96fc8df2cab19a2a03fcdb5a74e655127 Mon Sep 17 00:00:00 2001 From: hanusia Date: Fri, 22 Nov 2024 13:28:50 +0000 Subject: [PATCH] Update .gitea/workflows/ci4.yml --- .gitea/workflows/ci4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci4.yml b/.gitea/workflows/ci4.yml index 3e61ef4..56e7be2 100644 --- a/.gitea/workflows/ci4.yml +++ b/.gitea/workflows/ci4.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rid: ["win-x64", "linux-x64"] + rid: ["win-x64", "linux-x64"] steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3