From e1af68f97f29a1eb47abcd3eab44b997aa74aaa1 Mon Sep 17 00:00:00 2001 From: dmaivel Date: Sun, 3 Dec 2023 18:28:50 -0500 Subject: [PATCH] Ignore architecture for Linux builds --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c18522..f3c9306 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,10 @@ jobs: c_compiler: clang - os: ubuntu-latest c_compiler: cl + arch: x64 + - os: ubuntu-latest + c_compiler: cl + arch: Win32 steps: - uses: actions/checkout@v3