From d0b03eaaa381fbcf7719f1f5fcce2b126a7e9ef2 Mon Sep 17 00:00:00 2001 From: WojoMax Date: Tue, 26 Nov 2024 14:18:10 +0100 Subject: [PATCH] poi --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8c9ea0f..d451676 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rid: ["win-x64", "linux-x64"] + rid: ["win-x64", "linux-x64", "linux-x32", "win-x32"] steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3